Luckysheet Lock the cell on load

dsf9zpds  于 4个月前  发布在  其他
关注(0)|答案(2)|浏览(68)

Hello, is there any way to lock / disable edit on all sheet after the luckysheet loads?

eit6fx6z

eit6fx6z1#

any news about this?

qlvxas9a

qlvxas9a2#

try allowEdit: false on the sheet creation
var options = {
container: 'luckysheet', //luckysheet is the container id
allowEdit: false
}
luckysheet.create(options)

相关问题