Replies: 5 comments 4 replies
-
You can create your own custom filter prop if you want. Pass a component to columnDef.meta.filterComp, then render that in your templates. |
Beta Was this translation helpful? Give feedback.
-
Thanks @tar-aldev and @tannerlinsley. Defining ColumnMeta interface
Columns
On table I have accessed like
|
Beta Was this translation helpful? Give feedback.
-
This was supported in v7. I think it's very important and should be supported by default without any hack around. |
Beta Was this translation helpful? Give feedback.
-
Perhaps a couple of code fixes will help fix the situation
|
Beta Was this translation helpful? Give feedback.
-
I'm super bummed to read this thread, I figured v8 would have this since v7 does |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
How do I render custom filters in v8? There seems to be no way of doing it. I need to render custom filter. And also be able to filter it manually (because it makes api call, instead of filtering locally)
I don't see any prop that may help. Only
filterFn()
, which is not enough. In react table v7 there was simply aFilter
props. But in v8 it looks like nothing similar is existing?Beta Was this translation helpful? Give feedback.
All reactions