ag grid with streamlit on clickcell

Hi all , I am using streamlit and ag grid and I want to put gridOptions[“onGridReady”] = JsCode(‘’‘’ to write javascript I want by clicking on a column it displays another page that contains tables generated by python function but the problem I’m having is that there’s no connection between js and python js doesn’t recognise the python function and returns no data I’d like to know if you have a solution to this problem I’ve tried using winwow but it didn’t work thanks for your help ?

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.