datafetch

defines the number of records that will be loaded during each dynamic loading request

number datafetch;

Example

webix.ui({
    view:"dataview",
    datafetch:200,
    //...
});


Default value:

50

Related samples

See also
Back to top
If you have not checked yet, be sure to visit site of our main product Webix open source html5 framework and page of dataview product.