Adding Custom Filter components with the Headless mode. #322
Closed
thevipinmishra
started this conversation in
General
Replies: 1 comment 1 reply
-
Hey, sorry I don't quite follow, what is exactly that you are trying to accomplish? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Initially, I was using Vanilla @tanstack/react-table package in my mantine project, since a Headless Mode was mentioned in the docs.
I tried to have a look.
I got this stuck point, where I had a
getFacetedUniqueValues()
to get the unique values from a column and add a filter using Mantine's<Select />
component.How to achieve this with a custom component?
Beta Was this translation helpful? Give feedback.
All reactions