RowsToBuffer: Integer;
The RowsToBuffer property determines the number of loaded data rows on scrolling of asynchronous table.
Use JSON or the setRowsToBuffer method to set the property value and the getRowsToBuffer method to get the property value.
Default property value is 10.
It is used only in asynchronous table work mode.
The example of use is given on the Example of Creating an Asynchronous Data Table page.
See also: