Example of Virtual Scrolling in React Pivot Table Component

/
/
VirtualScrolling

This sample demonstrates the virtual scrolling option available for vertically and horizontally loading records and showing a large number of records with ease.

More Details...

Loading....
Description

The pivot table provides an optimized way to render rows and columns inside the view-port alone without calculating the value of the entire pivot. To enable virtual scrolling, set enableVirtualization property to true.

NOTE: The height and width properties must be defined when enabling virtual scrolling option.


Injecting Module:

The pivot table features are segregated into individual modules. To use the virtual scrolling option, inject VirtualScroll module using the services tag.