Make global filter use column custom filters #2649
Replies: 3 comments 1 reply
-
@tannerlinsley can I bump this one? I have similar problem - my column data is JSON, I can make custom filter algorithm with |
Beta Was this translation helpful? Give feedback.
-
May be I am too late here.But this was how I created custom global filter:
|
Beta Was this translation helpful? Give feedback.
-
On first reading the docs, I thought this was the behavior of filterFn on the column def. But no, filterFn is only for the column's individual filter. It seems what's needed is a |
Beta Was this translation helpful? Give feedback.
-
A table uses a custom filtering just for one column.
How do I make the global filter use the custom filter for that column but the default built-in one (text) for the remaining columns?
Beta Was this translation helpful? Give feedback.
All reactions