You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you set a column_width for some but not all columns of a dataframe it causes other columns to have weird sizing, that is inconsistent with how the dataframe normally renders.
Describe the bug
If you set a
column_width
for some but not all columns of a dataframe it causes other columns to have weird sizing, that is inconsistent with how the dataframe normally renders.The bug is present in this demo, only the first two columns have width set in this demo. https://huggingface.co/spaces/pngwn/df_scroll_bug_fix
This is the same demo without the widths set, the column sizing is totally different for all columns, not just the first two.
https://huggingface.co/spaces/pngwn/df_scroll_bug_fix-two
Have you searched existing issues? 🔎
Reproduction
The bug is present in this demo, only the first two columns have width set in this demo. https://huggingface.co/spaces/pngwn/df_scroll_bug_fix
Screenshot
No response
Logs
No response
System Info
Severity
I can work around it
The text was updated successfully, but these errors were encountered: