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 1265c78 commit 589891fCopy full SHA for 589891f
packages/vtable/src/layout/pivot-header-layout.ts
@@ -3201,10 +3201,10 @@ export class PivotHeaderLayoutMap implements LayoutMapAPI {
3201
needLowestLevel_colPaths = true;
3202
needLowestLevel_rowPaths = true;
3203
}
3204
- if (colHeaderPaths.length >= this.columnHeaderLevelCount) {
+ if (colHeaderPaths.length >= this._getColumnHeaderTreeExpandedMaxLevelCount()) {
3205
3206
3207
- if (rowHeaderPaths.length >= this.rowHeaderLevelCount) {
+ if (rowHeaderPaths.length >= this._getRowHeaderTreeExpandedMaxLevelCount()) {
3208
3209
3210
let col;
0 commit comments