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.
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 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.