This repository has been archived by the owner on Jan 5, 2023. It is now read-only.
Single and Multi Selection #723
Unanswered
hanan-commits-work
asked this question in
Q&A
Replies: 1 comment
-
Hello @hanan-commits-work, We do not have this specific example, but you want to have fully custom selection behavior. You should be able to catch different selection events, check the data and return the table state you want to have (manual handling of single selection and multiple selection). |
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
-
According to the user requirements in my application, we need Single Selection and Multi Selection.
Here is the a snapshot of the table.
Now there are two types of rows in the table, Parent and Sub rows. The Parent rows follow only Single Selection, However, Child rows or Subrows (as you can see in the snapshot) will have multi selection. So that multiple sub models can be selected.
I am having trouble implementing this, I tried doing multi selection overall, but the checkboxes remained checked. As you can see in this SS.
Kindly guide me regarding the best approach to implement this.
Beta Was this translation helpful? Give feedback.
All reactions