creates a proxy object
type | string | the type of a proxy object |
source | string | the url or datasource name |
config | object | the object with the additional logic |
object | 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.