Hi Keith,

Oh, you are looking for Angular 1.  May I ask what your use-case is? 
Performance and feature-rich are very much at odds in any grid framework. 
When I need a really fast grid, I just go native and build a grid 
specialized for the job. Adding a thing as another virtualization(virtual 
DOM) layer isn't going to speed that up.
Thing is, often a gird is a wrong thing to present to a user. Especially a 
large grid (And I'm assuming you need a large grid, otherwise performance 
wouldn't be your first priority right?). In my experience, when you need a 
large grid, you can better present the user with an 'export to excel' 
button. Or present a (series of) graph(s).

Regards
Sander

-- 
You received this message because you are subscribed to the Google Groups 
"Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to