send

sends a request to server

promise send();
promisea promise of server-side processing for the result operation

Example

webix.dp($$("datatable1")).send();

Related samples

Details

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).

See also
Back to top