autoConfig
datagrid adjust configuration to the data
let autoConfig: boolean
Example
Section titled “Example”webix.grid({ autoConfig:true, url:"data.php"});
Details
Section titled “Details”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.