plotly / dash-table

OBSOLETE: now part of https://github.com/plotly/dash
https://dash.plotly.com
MIT License
420 stars 72 forks source link

Table columns do not expand to fit column name when column is hideable #687

Open adm78 opened 4 years ago

adm78 commented 4 years ago

If the column name is wider than the width of the longest value in that column, then the column appears to automatically expand to the width of the column name. However, the presence of the toggle 'eye' icon in the header means that the end of the column name gets cut off. Presumably the icon width is not being taken into account in the auto-width logic.

image

Packages: dash 1.3.1
dash-auth 1.3.2
dash-core-components 1.2.1
dash-daq 0.1.7
dash-html-components 1.0.1
dash-renderer 1.1.0
dash-table 4.3.0

Browser: Chrome Version 79.0.3945.130 (Official Build) (64-bit), Chromium Version 79.0.3945.130 (Developer Build) built on Debian 10.2, running on Debian 10.2 (64-bit)

amarvin commented 3 years ago

Still an issue in dash-table==4.11.3 when using column filters without even hide columns.

mnissman commented 3 years ago

Still an issue in dash-table==5.0.0 when using column filters without even hide columns.