sheetTabWidth

sets the width of a sheet tab

number sheetTabWidth;

Example

webix.ui({
    view: "spreadsheet",
    sheetTabWidth:80,
    ...
});


Default value:

90
Details

You can set sheetTabWidth to "auto". In this case, the tab size automatically adjusts to the sheet name size.

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