Implementing custom onChange method for select all functionality #3547
Unanswered
amrendra007
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Yes, I need some very similar behaviour. Do you know is there some hook or function that receive an array of ids and as result, check all rows with that id? or do I need to change the selection one by one with the toggleRowSelected? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hi everyone,
I have been trying to implement my own onChange method for select all checkbox functionality.
My requirement is when user click on Select All check box , it should only select some items out of all,
consider for now first 10 out of total 30 items, should not select all items on that page.
I tried but din't find any method,
toggleRowSelected only selects one row at a time.
How to approach this problem?
Any help, workaround much appreciated.
Super thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions