datafetch
defines the number of records that will be loaded into datagrid during the next dynamic loading call
let datafetch: number
default value: 50
Example
Section titled “Example”webix.grid({ columns:[], datafetch:30, ..});
also check the next samples:
See also
Section titled “See also”Articles
API