Posted 6 May 2021, 4:24 am EST
is it possible to hide an entire sheet than show the sheet whenever I want? I want to hide it from the bottom bar too.
Forums Home / Spread / SpreadJS
Posted by: baloghbencefacebook on 6 May 2021, 4:24 am EST
Posted 6 May 2021, 4:24 am EST
is it possible to hide an entire sheet than show the sheet whenever I want? I want to hide it from the bottom bar too.
Posted 7 May 2021, 4:51 am EST
Hi,
You may use the visible method for the required functionality. Please refer to the following code snippet and attached sample that demonstrates the same.
spread.getSheet(0).visible(false)
sample: https://codesandbox.io/s/festive-currying-y5zis?file=/index.html
Regards,
Avinash