IgniteUI / igniteui-angular

Ignite UI for Angular is a complete library of Angular-native, Material-based Angular UI components with the fastest grids and charts, Pivot Grid, Dock Manager, Hierarchical Grid, and more.
https://www.infragistics.com/products/ignite-ui-angular
Other
571 stars 161 forks source link

Is it possible to use virtual scroll instead of pagination in Tree Grid? #5117

Closed kkseven07 closed 5 years ago

kkseven07 commented 5 years ago

I've got a big number of elements inside tree grid component, but pagination is not the best way for my case. Is it possible to use virtual scroll or apply Angular virtual scroll?

rkaraivanov commented 5 years ago

All of the grids have virtual scroll behavior by default. Take a look at this sample for a tree grid with moderate amount of data..