T
TanStack3y ago
foreign-sapphire

How to get all unique values of a given columnId?

Hi all, I'm building my own filters to be something like the following where the dropdown is supposed to show all unique values: In the example here: https://tanstack.com/table/v8/docs/examples/react/filters If I select Abby as the first name, the table is filtered but the options are populated using getFacetedUniqueValues(), hence the users cannot see all options. I understand that those hidden options are removed because there're no matching results, but anyways, how can I get all unique values?
No description
No description
1 Reply
continuing-cyan
continuing-cyan2y ago
Hello @Ryan7WU! Did you get any answer on this one? Or did you succeed in getting the values?

Did you find this page helpful?