Johannes Rieke

Results 288 comments of Johannes Rieke

# Update We've been looking into this for the past few weeks. We probably just want to change the behavior of `st.download_button` to not rerun the app anymore, so it...

Going to close this, few answers on the issues raised here: > For caching large pandas dataframes I often find it much faster to use st.experimental_singleton instead of st.experimental_memo and...

Hey all! We're working on a solution for this and plan to release something in the next 2-3 months.

#6848 suggested introducing an `on_expand` callback.

Hey all! With multipage apps, you can now show different pages in the sidebar. I know many people still want a top bar and it's useful in some contexts! Could...

Hey! We're looking into this right now. Already wanted to do it a few months ago but it got moved due to some other projects and then I lost track...

@senth1s about hiding the exception message in the terminal output/logs: are you planning to capture the error in some other way in this case or not at all? I could...

Hey! We are unlikely to implement this directly since it seems like more of an edge case. This would be great for a custom component though!

`SelectboxColumn` is probably what you're looking for, see the docs [here](https://docs.streamlit.io/library/api-reference/data/st.column_config/st.column_config.selectboxcolumn). We don't plan to add radio buttons to data editor right now since a) the use case should already...

Ah sorry, I completely misunderstood this feature request in the beginning! If it's about selecting a single row from a dataframe, the good news is that this will be covered...