Is it possible to show only selected row ? #4596
Unanswered
ygrenzinger
asked this question in
General
Replies: 1 comment
-
Found a solution by moving checkbox and filtering in the parent component but I would love to understand why my mental model of React/ React table fails so badly there |
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.
-
Hello community !
React table is cool (except maybe the documentation which is a bit dry around API ;) )
Sadly I am totally failing to do something which should be simple : only displaying selected row (in huge result with pagination).
I am doing something which seems reasonable but totally breaks the app with infinite loop.
It's visible here : https://codesandbox.io/s/busy-mopsa-25um3d?file=/src/main.tsx
I have tried some other ways but I keep falling on this infinite loop issue :(
I would love to find a solution and also understand why this behavior 🤔
Beta Was this translation helpful? Give feedback.
All reactions