-
Hi Everyone, We are using Analytical Table to display tree data and we want to select row based on field in data. On Average it would have around 5-6k records. Now based on 'isSelected' field i want to select the rows .One option is to use "selectedRowIds" property but this need objects in {'1': true, '1.1.2' : true} format and i need to parse above data model to get the required format (One additional loop) I am looking for a simpler way ( like "useRowDisableSelection" hook which is provided for disabling the row ) to select and un select based on condition. Can anyone recommend the best way to achieving this ? Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @shivamdz you can create your own plugin hook to enable this behavior. codeSandbox |
Beta Was this translation helpful? Give feedback.
Hi @shivamdz
you can create your own plugin hook to enable this behavior. codeSandbox