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.
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.