Hello, is there any way to lock / disable edit on all sheet after the luckysheet loads?
eit6fx6z1#
any news about this?
qlvxas9a2#
try allowEdit: false on the sheet creationvar options = {container: 'luckysheet', //luckysheet is the container idallowEdit: false}luckysheet.create(options)
2条答案
按热度按时间eit6fx6z1#
any news about this?
qlvxas9a2#
try allowEdit: false on the sheet creation
var options = {
container: 'luckysheet', //luckysheet is the container id
allowEdit: false
}
luckysheet.create(options)