We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 259b952 commit c9a7b6fCopy full SHA for c9a7b6f
1 file changed
packages/vtable/src/scenegraph/layout/compute-col-width.ts
@@ -295,7 +295,8 @@ function computeAutoColWidth(
295
} else if (
296
layout.isLeftBottomCorner(col, row) ||
297
layout.isRightTopCorner(col, row) ||
298
- layout.isRightBottomCorner(col, row)
+ layout.isRightBottomCorner(col, row) ||
299
+ layout.isAxisCell(col, row)
300
) {
301
// 透视图三角为无效单元格,不参与宽度计算
302
continue;
0 commit comments