Replies: 1 comment
-
@AnnaKuhir Did you find a solution? |
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.
-
Good evening! Thank you for your work, I am actively using this library and have a very interesting question.
Do we have the ability to control the selection of a row not with one checkbox, but with several (I attach a sample picture of how it might look)
And so that at the same time we return an array with approximately the following data
[
{
id: checkboxId1
selectedElement: {selectedElementObj}
}
{
id: checkboxId2
selectedElement: {selectedElementObj}
}
]
Beta Was this translation helpful? Give feedback.
All reactions