Checkbox and Pagination - Typescript #2409
Unanswered
blindibrasil
asked this question in
General
Replies: 2 comments 5 replies
|
I had the same situation while doing server pagination, my selected rows were reset.
|
5 replies
|
I unfortunately ran into the same issue, trying to make an ignore checkbox. I wasn't able to find a way to preserve the state but you can instead create a use Effect containing an async function that can make calls to a database, grabbing the info you need, and setting a state variable (attached to the checkbox) to the values grabbed. |
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.
Uh oh!
There was an error while loading. Please reload this page.
I am facing a problem that I have not yet identified if it is in the IndeterminateCheckbox or if it is in my Pagination.
Because when my pagination is activated, on the first page the checkboxes work correctly but when I change the page I can no longer select the checkboxes correctly.
When there is no pagination with a single list then all my checkboxes work correctly.
What I hope:
Select items on multiple pages.
IndeterminateCheckbox
Table
Help plz.
All reactions