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 86abde9 commit 40e2a17Copy full SHA for 40e2a17
1 file changed
src/hooks/useColumns/index.tsx
@@ -72,8 +72,8 @@ function flatColumns<RecordType>(
72
return [
73
...list,
74
...flatColumns(subColumns, mergedKey).map(subColum => ({
75
- fixed: parsedFixed,
76
...subColum,
+ fixed: subColum.fixed ?? parsedFixed,
77
})),
78
];
79
}
0 commit comments