tableConfig

allows adjusting the configuration of Spreadsheet table

object tableConfig;

Example

webix.ui({
    view: "spreadsheet",
    tableConfig: {
        css: "my_table",
        rowHeight: 20,
        resizeColumn: {icon: true}
    }
});

Details

Note that it's impossible to redefine some table properties which are necessary for correct work of the Spreadsheet widget, such as spans, areaselect, id, editable, etc.

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.