sends a request to server
promise | a promise of server-side processing for the result operation |
webix.dp($$("datatable1")).send();
By default, DataProcessor tracks and sends all data changes to the server automatically. To do this manually, you can disable the autoupdate and use the send() method to save data changes (check the related sample for details).