reflex icon indicating copy to clipboard operation
reflex copied to clipboard

Get multiple selected/highlighted cells in Data Editor

Open Ernelene opened this issue 1 year ago β€’ 1 comments

Is there a way to get the highlighted/selected cells in the data editor?

I tried making my own version of the data editor as the reflex one did not include on_grid_selection_change or grid_selection but it seems like on_grid_selection return a dict, but i only get the position of the first cell, there is no range for columns or rows.

Any help would be appreciated.

Ernelene avatar Nov 20 '24 14:11 Ernelene