fltk-table icon indicating copy to clipboard operation
fltk-table copied to clipboard

Select multiple non-contiguous rows

Open dbdante opened this issue 2 years ago • 0 comments

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.

dbdante avatar Sep 03 '23 23:09 dbdante