reflex-dev / reflex

🕸️ Web apps in pure Python 🐍
https://reflex.dev
Apache License 2.0
20.44k stars 1.18k forks source link

Get multiple selected/highlighted cells in Data Editor #4402

Open Ernelene opened 6 days ago

Ernelene commented 6 days ago

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.

linear[bot] commented 6 days ago

ENG-4131 Get multiple selected/highlighted cells in Data Editor