loadahead

how the number of records that need to be loaded in addition to mandatory ones during each dynamic loading request

number loadahead;

Example

webix.ui({
    view:"datatable",
    loadahead:100
});

Related samples

See also
Back to top