hideHeaders

hides all headers of rows and columns on the sheet

void hideHeaders(boolean|string state);
stateboolean|stringtrue - to hide headers, false - to show headers, “toggle” - the opposite of the current state

Example

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

Related samples

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