Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does ng-grid support virtual scrolling?

I wanted to use Slickgrid for the grid functionality in my app but since I am using AngularJS for the most part i thought that ng-grid is the way to go but not sure whether it supports virtual scrolling (I tried to look into their documentation and did not find any thing about virtual scrolling support). It would be great if some one could also enlighten me the pros and cons using ng-grid vs slick grid if possible.

like image 212
Ajax3.14 Avatar asked Sep 04 '13 13:09

Ajax3.14


1 Answers

Yes, ng-grid supports row virtualization. You can see in the grid configuration options that there is a setting for virtualizationThreshold that is set to 50 by default.

like image 115
Davin Tryon Avatar answered Sep 16 '22 11:09

Davin Tryon