Skip to content

datafetch

defines the number of records that will be loaded into datagrid during the next dynamic loading call

let datafetch: number

default value: 50

webix.grid({
columns:[],
datafetch:30,
..
});

also check the next samples:

Articles

API