useExpanded with useGlobalFilter #2491
Unanswered
agneyaloya
asked this question in
General
Replies: 1 comment
-
I'm also interested in this problem, can someone help? |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I'm trying to implement a Kitchen sink of my own with data that's completely nested under a single root node. I'm able to feed the data so that useExpanded is working but my Global Search Filter now only does searching on the root node. It doesn't identify the children.
Question: Is this a limitation in react-table out-of-the-box? Any pseudo-code/ high-level recommendations to code around this?
Beta Was this translation helpful? Give feedback.
All reactions