Filtering the columns
The table doesn't really know anything about "filtering", but it does support a button
which can be assigned an icon
and an onclick
method. Perhaps you can use this to create your own filtering UI in an Aside or something.
You can change the icon
and the onclick
method as often as you like.
When you implement filtering, you can either build the rows from scratch or update the visible
property of the existing row — like in this example.
The button
gets hidden by the search
because it doesn't look right to have both. Let us know if that becomes a problem.