hideHeaders of ui.spreadsheet, Methods Webix Docs

hides all headers of rows and columns on the sheet

void hideHeaders(boolean|string state, [string page] );

state

boolean|stringtrue - to hide headers, false - to show headers, "toggle" - the opposite of the current state page
stringoptional, the name of the sheet. If not specified, the method is applied to the current sheet

Example

$$("ssheet").hideHeaders(state, page);

Related samples

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.

Go to Forum

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