plotly / dash-table

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

Takes several seconds for fixed headers to resize to column widths after mouse up #776

Closed chriddyp closed 4 years ago

chriddyp commented 4 years ago

Discovered while investigating https://github.com/plotly/dash-table/issues/775

The columns aren't aligned when resizing the window. That's fine, however it takes about 5-10 seconds for them to resize appropriately after mouse-up

resize

chriddyp commented 4 years ago

Fixed in https://github.com/plotly/dash-table/pull/793 table-fixed-headers

KlemenVrhovec commented 3 years ago

I came across this issue in version dash version 1.19.0, dash-table version 4.11.2. Did the issue reappear?