Results 319 comments of Lukas Masuch

@Romanecz00 Nope, I don't think this is possible with `st.table`, that is only possible with `st.dataframe`.

@ArthLeu Is your suggestion about adding a radio widget within every individual cell, or is it about allowing the user to only select a single row (which would be a...

yeah, have been looking around for some inspiration :) But this feature would also resolve one of the more requested issues in Streamlit: https://github.com/streamlit/streamlit/issues/6319

I just saw that there was already some discussion on this here: https://github.com/glideapps/glide-data-grid/discussions/798

@iemg Thanks for your suggestion! This sounds like a useful enhancement 👍 I will forward this feature request to our product team. For other users reading this enhancement: please upvote...

@thomasaarholt Thanks for reporting this issue. I was able to reproduce it [here](https://issues.streamlitapp.com/?issue=gh-5606). For other users reading this: please upvote the issue (👍) if you like to have this prioritized.

To properly support ArrowTable's without passing it to Pandas will require some refactoring of our frontend code. The reason is that we currently rely on Pandas metadata within the frontend,...

I believe this is fixed by `st.html` or?

@sfc-gh-dmatthews Thanks for reporting this issue :) I was able to reproduce this [here](https://issues.streamlit.app/?issue=gh-7100). This seems to be also an issue in the underlying baseweb datepicker component (the same happens...

> I'm happy to rebase this to just the JS side of things and keep the python stuff around in a separate branch to be sprinkled in again later if...