Buffered Scroll

As of version 1.3 by default there is no pagination in the grid. Records are shown and hidden as user scrolls. The grid has been tested to allow up to 1,000,000 records in grid.records array. Only the records in the visible area plus a few records on top and bottom will be rendered. Records are dynamically added and removed as user scrolls. The grid below has 25k random records and implements local data source.