kapeter
kapeter
Not Found - GET https://registry.npmjs.org/@ali/fusion-icon-setter - Not found,这个仓库还未发布
有什么报错信息吗?
希望与同editor一样的注册机制: VTable.register.cell('custom-cell', CustomCell);
使用的是options传入
我自己改了一下降到0.26.2了,项目是react17
// 普通表格特殊逻辑 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,...