Expanding rows on filtering #1159
Unanswered
BorisChubiryaev
asked this question in
Q&A
Replies: 1 comment
|
I found a solution! ` useEffect(() => { }, [table.getState().globalFilter])` ! in the in the |
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.
How do I automatically expand the tree structure when searching if the desired value is inside a child value?
Now we have to manually open the structure...
All reactions