Results 169 comments of Lukas Masuch

I am reopening this since it still appears to happen sometimes. Unfortunately, I cannot reproduce this locally, making it very complicated to work on a fix for it. :( It...

@kaqmak Thanks for reporting this issue! I was able to reproduce this [here](https://issues.streamlit.app/?issue=gh-7329). The issue here is that Pandas Styler also creates display value for the styled column which currently...

@Yc-Chen @mojaie This might be a nice feature. It would be awesome if you could add a [feature request](https://github.com/streamlit/streamlit/issues/new/choose) for exposing the row height.

@TomerMelnik Yep, if you like, you can give it a try :) I think we are open to having that contributed to the repo.

> I noticed there is a Dockerfile set up for E2E testing. You can ignore that Dockerfile. It's for our cypress e2e tests, but we are currently migrating all those...

@xR86 Thanks for the suggestion! This sounds like a reasonable and useful suggestion. We will get this to our product team. In the meantime, it might also be an option...

@alvarezej Thanks for reporting this issue. I was able to reproduce this. Previous versions were indeed able to handle multi-header dataframes slightly better (showing it without the warning), but it...

Supporting this will require changes to the underlying table UI library, which are tracked here: https://github.com/glideapps/glide-data-grid/issues/837 Once this is implemented in glide-data-grid, we can also support this within Streamlit.

GDG only supports a one-level grouping. We would like to support this without any limitations which requires multi-level grouping (tracked [here](https://github.com/glideapps/glide-data-grid/issues/837))

@Dev-iL yeah, I agree :) I might have some time in the next couple of weeks to build temporary one-level solutions. But I'm still hoping to get the multi-level support...