Closed KiddoV closed 1 year ago
Fingered it out myself!
Have to set "all" value on cellRightClickConfig
and sheetRightClickConfig
to false. That's one odd way to do. I wish it have something like cellRightClickConfig: false
or cellRightClickConfig: {}
to disable right click!
I want to create a read-only sheet, and want to disable completely the right click menu. How can I do that?
Also how to disable work sheet menu as well, because I want to create a fixed size work sheet (only 3 sheet with pre-config).
Thanks,