- sheet.options.isProtected = true
复制代码 代码里加了上面这一行,下面的这个树级结构点击展开收缩就点了没反应了:
- sheet.outlineColumn.options({
- columnIndex: 0,
- showImage: false,
- showCheckBox: false,
- expandIndicator: null,
- collapseIndicator: null,
- maxLevel: 10
- })
- sheet.showRowOutline(false)
- sheet.outlineColumn.refresh()
复制代码 我不是很懂isProtected的意义,这是以前用spread的人写的,看起来是禁止了所有单元格编辑,因为我只要注释它,所有的原本不可填的单元格都可编辑了,但是我的需求是:既需要用到isProtected ,又要保证下图层级收缩展开点击不被影响,请问该怎么办?
|