You can filter inline the table by using tlp.filterInlineTable()
component.
The input
used for the search must have a data-target-table-id
attribute.
Cells in which we can search for the term must have the class tlp-table-cell-filterable
.
If there isn't any matching entries, then the filter displays the row with the class tlp-table-empty-filter
which should present to the user an empty state.
Known limitations: Table sections plugins-list-filterable
and
table footer tfoot
are not handled yet by the filter.