hide of ui.spreadsheet, Methods Webix Docs

hides the view

void hide();

Example

$$("ssheet").hide();

Related samples

Details

The same effect can be achieved if you set the hidden parameter in the view constructor.

Performance tip

As an alternative to the hide / show api, you can use the ui.multiview component to switch between views.

See also

Back to top

Join Our Forum

We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.

If you have not checked yet, be sure to visit site of our main product Webix ui library and page of web spreadsheet product.