creates a proxy object
var rest = webix.proxy("rest", "server/datatable_rest.php"); mytable.load(rest);
Possible types of proxy objects are:
More information about each proxy can be found in the related article.