We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6839d6 commit f7e69bcCopy full SHA for f7e69bc
examples/react/column-resizing-performant/src/main.tsx
@@ -105,7 +105,7 @@ function App() {
105
colSizes[`--col-${header.column.id}-size`] = header.column.getSize()
106
}
107
return colSizes
108
- }, [table.getState().columnSizingInfo])
+ }, [table.getState().columnSizingInfo, table.getState().columnSizing])
109
110
//demo purposes
111
const [enableMemo, setEnableMemo] = React.useState(true)
0 commit comments