datafetch of ui.datatable, Properties Webix Docs
defines the number of records that will be loaded into datatable during the next dynamic loading call
number datafetch;
Example
webix.ui({
view:"datatable",
columns:[],
datafetch:30,
..
});
Default value:
50
Related samples
See also
If you have not checked yet, be sure to visit site of our main product Webix open source html5 framework and page of javascript datatables product.