id

the ID of DataProcessor

string|number id;

Example

webix.ui({
    view:"datatable",
    autoConfig:true,
    url:"data_load.php", // your custom script for loading
    save:"data_save.php" // your custom script for saving
});

Related samples

Details

The parameter can contain any string or numeric value and doesn't have a limit on length.

It is used when referring to DataProcessor to apply methods to it, attach events and get to its properties.

See also
Back to top