Hello!
We have a table in our app that has completely custom filtering. What this means from HT’s perspective is that the data it receives is already filtered (it follows some very domain specific logic that doesn’t really fit into HT’s filtering system). We have a separate filter panel UI outside the table that controls the filters.
What I would love to be able to do is:
- Control whether the filter indicator shows on a column (similar to how we can control the sort indicator) even though the HT filter options are not being used
- Render custom filter UIs inside the dropdown menu. I know I can have a custom text option, but what about a full UI component (in my case rendered through React)?