reflex icon indicating copy to clipboard operation
reflex copied to clipboard

Is there a way to create editable Table?

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

I couldn't find a way to create editable table, could you help with that please?

  1. Editing field by clicling on it.
  2. Access field by "column" and "row" indexes.

teabagk7 avatar Feb 03 '23 09:02 teabagk7

There may be a way to do it with a datable and editable but it's not ideal or easy.

However we could add a component like this in the future. If there any react library you like in particular? I'll do some research on some potential libraries we can wrap. This would be a nice feature to have.

Alek99 avatar Feb 03 '23 10:02 Alek99

Maybe we can build this with grid and editable components.

FHU-yezi avatar Feb 03 '23 11:02 FHU-yezi

There may be a way to do it with a datable and editable but it's not ideal or easy.

However we could add a component like this in the future. If there any react library you like in particular? I'll do some research on some potential libraries we can wrap. This would be a nice feature to have.

Dash datatable is a great example. I almost don't have experience with react, so can't help with that. Yeah, seems really great feature to have an interactive table, looking forward to it πŸ‘πŸ»

teabagk7 avatar Feb 03 '23 11:02 teabagk7

We could take a look at AG Grid. It is a fully-featured and highly customizable JavaScript data grid. It delivers good performance and has no 3rd party dependencies. Also has the most comprehensive set of features in the community version.

karndeb avatar Feb 06 '23 12:02 karndeb

this plugin seems what our fella wants

Shahin-rmz avatar Feb 06 '23 17:02 Shahin-rmz

Closed by #1941

Lendemor avatar Oct 16 '23 11:10 Lendemor