Syncfusion Feedback

Vue Data Grid Row Virtualization.

Row Virtualization

Row Virtualization in Vue Data Grid allows loading and rendering rows only in the content viewport. It is an alternative way of paging where the data will be loaded while scrolling vertically.

Vue Data Grid Column Virtualization.

Column Virtualization

Column Virtualization in Vue DataGrid allows the columns of the data source to be virtualized and renders them in the viewport. You can scroll horizontally to view more columns.


Infinite scrolling

Infinite scrolling is used to load large amounts of data in a lazy loading fashion in Vue DataGrid i.e., the buffer data is loaded only when the scrollbar reaches the end of the scroller.

Vue Data Grid Infinite scrolling


Scroll up icon