Skip to content
+

Data Grid - Server-side infinite loading 🚧

Implement infinite-loading rows with server-side data in the Data Grid.

Infinite loading is a lazy-loading strategy for deferring the loading of resources until they are actually needed, rather than loading everything when a page is first requested. Lazy loading changes the way pagination works in the Data Grid by removing page controls and instead loading data dynamically (in a single list) as the user scrolls.

When the total row count is unknown, the Data Grid implements infinite loading to fetch more data when the user scrolls to the bottom.