You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to see if I could select multiple non-contiguous rows. SmartTable internally uses TableRow which has multiline selection. I am not sure if this works only when the rows are continuous. The aim is to essentially give the user an option to ctrl+click to select non contiguous rows. I am not able to use set_selection to achieve this. I would appreciate any insights in going about implementing it.
The text was updated successfully, but these errors were encountered:
I am trying to see if I could select multiple non-contiguous rows. SmartTable internally uses TableRow which has multiline selection. I am not sure if this works only when the rows are continuous. The aim is to essentially give the user an option to ctrl+click to select non contiguous rows. I am not able to use set_selection to achieve this. I would appreciate any insights in going about implementing it.
The text was updated successfully, but these errors were encountered: