PablocFonseca / streamlit-aggrid

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

Is it possible to move cell focus? #289

Closed JongnyoungLeeSE closed 3 months ago

JongnyoungLeeSE commented 3 months ago

aggrid: api.setFocusedCell(rowIndex,colKey,floating=null) Is there a feature like this?