如下面的列分组功能
分组列 | 功能例子 | SpreadJS JavaScript 学习指南 (grapecity.com.cn)
如果使用setArray对表单进行数据设置时,使用与上面实例中的相同代码设置列分方式,表单并未有列分组功能生效- sheet.getCell(r, 0).textIndent(level);
- sheet.outlineColumn.options({
- columnIndex: 0,
- maxLevel: 2
- });
- sheet.showRowOutline(false);
- sheet.outlineColumn.refresh();
复制代码
|
|