Single cell click events in Streamlit dataframe

This is about the streamlit dataframe component - I went through the docs here and I could only find ways to select entire rows or entire columns.

How can I detect clicks on a certain cell? I want to update a second streamlit dataframe based on which cell was clicked.

Thanks a lot!