Hi there,
I am trying to create an interactive table for an NLP project where I need to display the whole text data of the calls that we get. The dashbord will be used by QA to go through the text and important keywords, etc.
You can view the image I uploaded. The “converted_text” column displays limited text, not all. Clicking once reveals the full text in one row, which is inconvenient for others. Increasing column widths or row heights can show more text, but not all may fit, and the table may appear less appealing.
What I want to achieve here is to display an overlay container on top of it as the user clicks on the cell. Just like our Streamlit dataframes. Is it possible to achieve here?Please suggest me some solution to this problem… I will be grateful to you.
#st-aggrid aggrid # streamlit #table