How i can add filter row on header of every column
i want to add filter to every column, how i can do that
@amasahara figured it out?
i still not find how to make it as an library for another page
There should be an example of this in the repo, it is using the onSort property of the column.
@rodydavis could you point me in the right direction? hoping to achieve something similar to

that is what i need, but dont know how
Hmm this is interesting. You could build the data column with a column widget with a search field, and have the callback in a search field update the data table source.