Skip to content

feat: add table filtering shortcode#146

Merged
mspiekermann merged 10 commits intoeclipse-edc:mainfrom
mspiekermann:main
Feb 4, 2026
Merged

feat: add table filtering shortcode#146
mspiekermann merged 10 commits intoeclipse-edc:mainfrom
mspiekermann:main

Conversation

@mspiekermann
Copy link
Contributor

What this PR changes/adds

Adds a filtertable shortcode that can be used to add filter on table's content. Uses jQuery for the filtering logic, as already included with the Docsy template. Further adds some basic styling for the filter. Rendered version as testing requires GitHub Pages depoloyment can be found here

Why it does that

For some tables it makes sense to enable filtering based on table's content. One concrete example would be the current list of "known friends". Users actively asked for such a feature to get a better overview, when (as expected) this list grows with future adoption, also in context of the new Data Plane Signaling concept.

Who will sponsor this feature?

@mspiekermann

Linked Issue(s)

Closes #145

@mspiekermann mspiekermann requested a review from ndr-brt February 2, 2026 09:07
@mspiekermann mspiekermann self-assigned this Feb 2, 2026
@mspiekermann mspiekermann requested a review from a team as a code owner February 2, 2026 09:07
@mspiekermann mspiekermann added documentation Improvements or additions to documentation enhancement New feature or request javascript Pull requests that update Javascript code labels Feb 2, 2026
Copy link
Member

@ndr-brt ndr-brt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

some formatting nits, ok overall

@mspiekermann mspiekermann merged commit 13563fe into eclipse-edc:main Feb 4, 2026
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation enhancement New feature or request javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add filter functionality for tables

2 participants