How to get Aggrid cell value by mouse clicking in streamlit

Hi @mfahim204s8!

I suggest posting in [https://discuss.streamlit.io/t/ag-grid-component-with-input-support](this thread) to get more attention. However, you should be able to find focussedCell (or something like that - I’ll have to check later) if you print the main response of the grid object. I tried with the actual “selection” based methods but this was the only one that I could get to work. For sure worth getting more opinion on the other thread, but maybe you can find this parameter in the meantime!