We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f736a3b commit 0e90906Copy full SHA for 0e90906
1 file changed
src/hooks/useColumnWidths.ts
@@ -89,8 +89,8 @@ export function useColumnWidths<R, SR>(
89
// remeasure all columns that can flex and are not resized by the user
90
for (const { key, width } of viewportColumns) {
91
if (
92
- resizingKey !== key &&
93
columnsCanFlex &&
+ resizingKey !== key &&
94
typeof width === 'string' &&
95
!resizedColumnWidths.has(key)
96
) {
0 commit comments