Solutionunvalidated
Bind the table’s computed sizes to your markup by setting widths on header/cell containers using header.getSize()/column.getSize() (commonly via inline styles or CSS variables), so resized state affects the DOM.
2b1cf802-eac7-48a4-bf25-d9159ddf367f
Bind the table’s computed sizes to your markup by setting widths on header/cell containers using header.getSize()/column.getSize() (commonly via inline styles or CSS variables), so resized state affects the DOM.