[Duplicate] With fixed rows, columns are as wide as the data and not the headers
See original GitHub issueIf the column headers are wider than the data (which is often the case with numerical tables & text column headers), then the width of the columns is too narrow and the column headers are cut off.
Without fixed columns, the column width expands to account for the width of the headers. I would expect the behavior to be the same with fixed headers.
Expected behavior:
Default behavior with fixed_rows
Still undesirable behavior with header overflow:
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:6 (5 by maintainers)
Top Results From Across the Web
javascript - datatables fixed columns with duplicated header ...
Problem is that I have fixed columns 0 and 1 from left. When I perform scroll right, second row which contains input for...
Read more >Print rows with column headers on top of every page
If a worksheet spans more than one page, you can print row and column headers or labels (also called print titles) on every...
Read more >Google Sheets: Modifying Columns, Rows, and Cells
Rather than resizing rows and columns individually, you can modify the height and width of every row and column in a spreadsheet at...
Read more >duplicate header fields found - Best practice workflow for CSV ...
This error means that the system has compared the total number of header columns with the number of distinct header columns and found...
Read more >Repeat Excel header rows on every page - Ablebits
Get a header column on every printout · Open the worksheet that you want to print. · Go through steps 2-4 as described...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@tashrifbillah - SImilar, but not quite the same. This issue happens with or without column icons. The solution may end up fixing both issues though.
Ah found it - https://github.com/plotly/dash-table/issues/432