We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 609790a commit 4a981eaCopy full SHA for 4a981ea
1 file changed
packages/vtable/src/layout/simple-header-layout.ts
@@ -86,7 +86,7 @@ export class SimpleHeaderLayoutMap implements LayoutMapAPI {
86
this.columnTree = new DimensionTree(
87
columns as any,
88
{ seqId: 0 },
89
- this.columnHierarchyType,
+ this.columnHierarchyType ?? null,
90
this.columnHierarchyType === 'grid-tree' ? this.columnExpandLevel : undefined
91
); //seqId这里没有利用上 所有顺便传了0
92
this._headerObjectsIncludeHided = this._addHeaders(0, columns, []);
0 commit comments