datafetch of VirtualRenderStack, Properties Webix Docs

StartAPI ReferenceMixinsVirtualRenderStackProperties

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

number datafetch;

Example

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

Default value:

50

Related samples

See also

  • API

  • Articles

  • Back to top