Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Aug 29, 2025. It is now read-only.
This repository was archived by the owner on Aug 29, 2025. It is now read-only.
There was an error while loading. Please reload this page.
fixed_row / fixed_column after callback #797
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