reflex icon indicating copy to clipboard operation
reflex copied to clipboard

Missing `onGridSelectionChange` event trigger in `DataEditor`

Open gab23r opened this issue 2 years ago β€’ 5 comments

Today it is possible to select rows if the data_editor component with the row_markers prop, but there is no way to access the selected rows in the backend.

In glide data grid, you get the selected rows using onGridSelectionChange, but this event trigger is not wrapped.

gab23r avatar Feb 12 '24 10:02 gab23r

@gab23r Thanks for bringing this up, I agree we should have this

ElijahAhianyo avatar Apr 03 '24 14:04 ElijahAhianyo

Is there a timeline for when this will be added?

Ernelene avatar Aug 28 '24 06:08 Ernelene

@Ernelene Our team doesn't have bandwidth for this soon, but we will happily accept a PR implementing it. If it's just wrapping some missing props it shouldn't be too involved.

picklelo avatar Aug 28 '24 18:08 picklelo