Posted 7 March 2018, 6:44 am EST
In spread how to set tab name as uneditable and editable based on some condition . Tab content should be editable.
I have tried sheet.options.isProtected = false; but it didnt work for me.
I am using spread js 11.
Forums Home / Spread / SpreadJS
Posted by: Shalini89garg on 7 March 2018, 6:44 am EST
Posted 7 March 2018, 6:44 am EST
In spread how to set tab name as uneditable and editable based on some condition . Tab content should be editable.
I have tried sheet.options.isProtected = false; but it didnt work for me.
I am using spread js 11.
Posted 8 March 2018, 11:07 am EST
Hello,
You can set the ‘tabEditable’ property to true/false conditionally.
spread.options.tabEditable = true;
I hope it helps.
Thanks,
Deepak Sharma