In this demo, the grid is configured to bind 100,000 records across 5 columns. This sample is designed to evaluate performance during the initial rendering of the grid and various data operations, including sorting, filtering, searching, grouping, and paging with different page sizes. You can assess performance by adjusting the page size via the pageSize value in the pageSettings property at the sample level. Additionally, you have the option to enable virtual scrolling by setting enableVirtualization, or you can choose to test with pagination by enabling the allowPaging feature. If you prefer to explore infinite scrolling, you can activate the enableInfiniteScrolling feature at the sample level.
Note: Paging, Virtual Scrolling, and Infinite Scrolling are unique features, meaning only one of these can be enabled at a time.
Refer to the following link for more information in the documentation.
Paging
virtual scroll
Infinite scroll
Use the following command to run the sample
# install dependencies
npm install
# run the application
npm start