Skip to content

autoConfig

datagrid adjust configuration to the data

let autoConfig: boolean
webix.grid({
autoConfig:true,
url:"data.php"
});

Configuration of columns will be based on data (columns will be created for each properties of the first object in a collection).

Headers of columns are based on property names in a dataset.