Do reflex have more advanced data table components? #6013
Replies: 2 comments
-
|
For more advanced functionality, we support ag-grid via the |
Beta Was this translation helpful? Give feedback.
-
|
What about Reflex support for Slick-Grid ? You can see a live demo of the component at the Streamlit-SlickGrid demo app and find the source code on its GitHub repository. Aggrid is VERY expensive and is NOT open source for the full-featured version. AG Grid Enterprise Both Slick-grid and aggrid have streamlit component wrappers so it is highly likely that they can be wrappered into a component for the Reflex framework. One should be able to wrapper Slickgrid into Reflex in a straightforward manner. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to use Reflex to develop a feature for commonly used data tables in mid to backend scenarios. The functions of data_table and table are too basic I want to add a row of operation columns that can be viewed, edited, or deleted for each row, and select certain rows of data for batch editing or deletion. How do I implement. reflex?
Beta Was this translation helpful? Give feedback.
All reactions