the ID of DataProcessor
webix.ui({
view:"datatable",
autoConfig:true,
url:"data_load.php", // your custom script for loading
save:"data_save.php" // your custom script for saving
});
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.