reflex
reflex copied to clipboard
Is there a way to create editable Table?
I couldn't find a way to create editable table, could you help with that please?
- Editing field by clicling on it.
- Access field by "column" and "row" indexes.
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.
Maybe we can build this with grid and editable components.
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 ππ»
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.
this plugin seems what our fella wants
Closed by #1941