Hi Sander, Thank you for your replay , i am just now learning so only use the jquery plugin , please suggest a better angular plugin for table view.
Thank you. Senthil Kumar On Saturday, February 14, 2015 at 1:57:15 PM UTC+5:30, Sander Elias wrote: > > Hi Senthil, > > If your purpose is learning angular, then just drop jQuery for the time > being. > > There are many data-grid solutions for angular, just do a Google search, > and you find a lot of them. > I know some (well, at least one) of them uses jquery datatable. > > However, I'm not a fan of using jQuery plugins in an angular application. > Let me explain you why. In angular, everything is about your data, and the > DOM follows your data. > In jQuery, everything is about the DOM, and using the DOM as a master > manipulate things, and the data is hacked back together from all of this. > Often this collides with the way angular works. A lot of patchwork is > needed to get this to work smoothly. Most of the times, if you invest the > same amount of time you can build an bare-bones angular solution that's > exactly fitted to your issue at hand. > > Regards > Sander > > > > -- You received this message because you are subscribed to the Google Groups "AngularJS" 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 http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
