Virtual scrolling allows the Grid component to display thousands of records on a single page. This feature as an alternative to paging.
Browser Support Notes:
position: sticky
:
The DxVirtualTable plugin implements the virtual scrolling mode. Use this plugin instead of DxTable.
Note that the plugin order is important.
The virtual table contains only visible rows; the rows that are currently invisible are replaced with two stub rows whose height depends on the estimatedRowHeight
property value and changes dynamically during scrolling.
You can change the virtual table’s height using the height
property.
The following example demonstrates a basic Grid with virtual scrolling:
The Grid also supports column virtualization, which is demonstrated in the following demo: