datafetch

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
Back to top
If you have not checked yet, be sure to visit site of our main product Webix html5 ui library and page of tree table product.