Skip to content

[enhancement] Infinite Loader feature

Closed Nov 28, 2024 87% complete

Implement the "Infinite Loader" feature.

In order for this feature to be considered complete the following criteria must be met:

  • [done] create a callback that Pro users can use to react when the scroll reaches the bottom of the viewport area.
  • [done] create a callback that Pro users can use to react when a row becomes visible in the viewport when scrolling.

Implement the "Infinite Loader" feature.

In order for this feature to be considered complete the following criteria must be met:

  • [done] create a callback that Pro users can use to react when the scroll reaches the bottom of the viewport area.
  • [done] create a callback that Pro users can use to react when a row becomes visible in the viewport when scrolling.
  • implement a row loading state.
  • create a demo showcasing the existing functionality. The demo should work as a server-side example of loading data into the DataGrid
  • make the Infinite loader respect the rowCount prop of the DataGrid.
Loading