We are using Blazor DataGrid component to load data in table format. Is it possible to to use virtualization and pagination together to increase performance of the datagrid which consumes huge amount of api data?
Virtualization is the same as paging however instead the pager at the bottom you use a vertical scrollbar.