plotly / dash-table

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

Misaligned table rows with `fixed_row` / `fixed_column` after callback #797

Closed Marc-Andre-Rivet closed 4 years ago

Marc-Andre-Rivet commented 4 years ago

First mentioned here: https://community.plotly.com/t/dash-1-12-datatable-format-issues-when-using-fixed-header/39120/9. The issue still exists after #793

I think the issue is the memoization / condition preventing resizing is too aggressive in preventing recalculations, not taking into account all the relevant props https://github.com/plotly/dash-table/blob/dev/src/dash-table/components/ControlledTable/index.tsx#L166