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
If you have not checked yet, be sure to visit site of our main product Webix javascript ui framework and page of dataview ui product.