Open nikoohp opened 3 months ago
并且高度好像不对?
@fangsmile 这个问题有什么思路解决吗
// 普通表格特殊逻辑 if (table.isListTable()) { // 如果是聚合单元格 if ((table.internalProps.layoutMap as SimpleHeaderLayoutMap).isAggregation(col, row)) { const createTextCellGroup = Factory.getFunction('createTextCellGroup') as CreateTextCellGroup; cellGroup = createTextCellGroup( table, value, columnGroup, 0, y, col, row, colWidth, cellWidth, cellHeight, padding, textAlign, textBaseline, mayHaveIcon, undefined, true, cellTheme, range, isAsync ); return cellGroup; } }
我加了一层拦截,如果是聚合列,直接渲染成text
Version
latest
Link to Minimal Reproduction
.
Steps to Reproduce
。
Current Behavior
Expected Behavior
不要遮挡Aggregation的内容
Environment
Any additional comments?
No response