There was an error while loading. Please reload this page.
1 parent 1b655a7 commit 48c8976Copy full SHA for 48c8976
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