proxy

creates a proxy object

object proxy(string type,string source, [object config] );
type
stringthe type of a proxy object source
stringthe url or datasource name config
objectthe object with the additional logic
objecta proxy object

Example

var rest = webix.proxy("rest", "server/datatable_rest.php");
mytable.load(rest);

Related samples

Details

Possible types of proxy objects are:

More information about each proxy can be found in the related article.

See also
  • Articles
  • Back to top
    Join Our Forum
    We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.