PablocFonseca / streamlit-aggrid

Implementation of Ag-Grid component for Streamlit
https://pypi.org/project/streamlit-aggrid/
MIT License
1.06k stars 202 forks source link

Cell Editing Support #30

Closed zdanial closed 6 months ago

zdanial commented 3 years ago

How can we support 'cellEditor' and 'cellEditorParams' in grid options--this would extend the functionality of this package leaps and bounds.

vtslab commented 2 years ago

@zdanial refers to making the following functionality available: https://www.ag-grid.com/javascript-data-grid/component-cell-editor/

zdanial commented 2 years ago

@PablocFonseca @vtslab my earlier research has me thinking that the only issue is passing the javascript class you define for editor behavior to the component. in the examples @vtslab linked, they use script tags in index.html to import the editor classes. would passing a Githubissues.

  • Githubissues is a development platform for aggregating issues.