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
When merge_duplicate_headers= True there is a large amount of whitespace to the right of the table. It is visible when going to the boundary of the scroll bar. This issue is present with both dash_table.DataTable and ddk.DataTable
Expected behavior
The boundary is expected to be at the end of the last column of the dataTable.
Screenshots
Here you can see the whitespace
The text was updated successfully, but these errors were encountered:
gvwilson
changed the title
[BUG] whitespace on DataTable when merge_duplicate_headers= True
whitespace on DataTable when merge_duplicate_headers= True
Aug 13, 2024
Describe your context
To reproduce run the following. Toggle
merge_duplicate_headers= True
requirements.txt
Describe the bug
When
merge_duplicate_headers= True
there is a large amount of whitespace to the right of the table. It is visible when going to the boundary of the scroll bar. This issue is present with both dash_table.DataTable and ddk.DataTableExpected behavior
The boundary is expected to be at the end of the last column of the dataTable.
Screenshots
Here you can see the whitespace
The text was updated successfully, but these errors were encountered: