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 a1e4a27 commit 07f765dCopy full SHA for 07f765d
1 file changed
packages/vtable/src/scenegraph/layout/compute-col-width.ts
@@ -886,7 +886,7 @@ function _parseColumnWidthConfigForPivotRowHeader(
886
const dimensions = item.dimensions;
887
const width = item.width;
888
const cell = table.getCellAddressByHeaderPaths(dimensions);
889
- if (cell && cell.col < table.rowHeaderLevelCount) {
+ if (cell && cell.col < table.rowHeaderLevelCount + table.leftRowSeriesNumberCount) {
890
if (!table.internalProps._widthResizedColMap.has(cell.col)) {
891
table._setColWidth(cell.col, width);
892
table.internalProps._widthResizedColMap.add(cell.col); // add resize tag
0 commit comments