Documentation

datafetch

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

number datafetch;

Example

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

See also

Details

Default value is 500.

Back to top