Hi, I have an app that uses a st.dataeditor and I want to create a column with values based in the values of other columns, like streamlit-aggrid virtual columns, when if you change the value in “a” or “b”. the value in the virtual column will change too.
No, not currently. Theoretically that could be added to the st.dataframe functionality in the future, but otherwise you would need to use a third-party component with some custom javascript to enable that.
Not that I know of, but you’re definitely welcome to suggest it in Issues · streamlit/streamlit · GitHub (if you can’t find an existing issue suggesting it)