-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Tables with a lot of columns are messy #3693
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Could someone try to replicate this in JS to help us debug? |
|
Here too, what is the desired behavior in your mind? Should we add an horizontal scroll bar? Should we hide text labels that don't fit in their cells? |
This one's a bit more difficult to answer. Cause I can see merits in the current behavior for smaller number of columns...
I think these are the scenarios I'm trying to implement when using the table. First is the current behavior. Second and Third I'm not super sure how to do and am doing weird hacks |
Related: #2056 |
Hi - we are currently trying to tidy up Plotly's public repositories to help us focus our efforts on things that will help users most. Since this issue has been sitting for several years, I'm going to close it. If it's still a concern, we'd be grateful if you could open a new issue (with a short reproducible example if appropriate) so that we can add it to our backlog. Thanks for your help - @gvwilson |
When trying to make a Table trace with a large number of columns that do not really fit within the viewport - it is very messy and truncates the cells in the table
The text was updated successfully, but these errors were encountered: