I am trying to create an editable dataframe in my snowflake streamlit application. Every time I add a value in the table, it re-runs and the table scrolls to the top. I have to scroll all the way to the end to enter just one value and it scrolls again.
- How do I stop this re-run
- How do I add the rows at the top
- Sometimes the value entered gets lost in re-runs, how do I stop it from happening