Johannes Rieke
Johannes Rieke
@mayagbarnes Is this the same issue as #4788?
Can you describe for which use case you want this feature?
Hey, thanks for the request. We didn't implement a way for `st.link_button` to rerun the app since it would slow down the app and a lot of people complained about...
Makes sense! We're limited by the [underlying library](https://github.com/quicktype/glide-data-grid) right now, which doesn't support showing images in a different way. But if they do in the future, I'm happy to think...
That sounds pretty reasonable. An alternative could be to improve the underlying algorithm we're using so that exact matches always show up first. Would that be a viable solution for...
Noting that if this is related to the changes to `st.button`, we shouldn't revert those but make vertical alignment easier in the situation above.
Hey, we just started some work on vertical alignment, see [update here](https://github.com/streamlit/streamlit/issues/3052#issuecomment-2080964020). Please follow on that issue for more news! For CSS customization, you can follow #3888.
I think the issue with Community Cloud might be that it's embedding the actual app in an iframe (so we can get additional elements like "Manage App" as overlays). I...
Is this still an issue with the latest version of automatic width calculation? I get that you originally wanted word wrapping but is that still required or are you happy...
Yes agree, and we do have that in our roadmap. I think we need to decide if we want to support that for `st.table` or `st.dataframe` or both, but we...