Hi, I'm new to Angular.js. I want to implement grid with paging, sorting and filtering but I didn't find anything which contains all the three features. Could any one please refer me a link which has all the three. Thanks in advance.
Thanks & Regards, Swetha S On Tuesday, May 8, 2012 3:25:46 AM UTC+5:30, Dalci Bagolin wrote: > > I understand Tobias. The dataTables has an approach declarative that > combine with Angular. The implementation of Adam is very cool. > However, in some situations, we only need a Grid with Paging, Sort and > Filter. > The power of Angular allow do it in 2 hundred lines, versus 70kb that has > a library as dataTables. > For these cases I update the grid directive for Angular 1.0.0rc7 > > http://jsfiddle.net/dalcib/J3fjc/ > or > https://gist.github.com/2630138 > > Now the grid is a Angular module ngGrid. > > Dalci > > On Sunday, May 6, 2012 10:16:15 PM UTC-4, zdam wrote: >> >> Hi, >> >> You might be interested in the directive I created to integrate with the >> dataTables <http://datatables.net/> jQuery plugin >> >> Here are some example fiddles: >> >> http://jsfiddle.net/zdam/7kLFU/ >> http://jsfiddle.net/zdam/pb9ba/ >> >> Cheers, Adam. >> >> On Friday, 4 May 2012 23:13:52 UTC+10, Tobias Irmer wrote: >>> >>> Dalci, >>> >>> That looks very cool. I wonder whether it is clever to reinvent the >>> wheel, though. There are plenty of very fast and feature-packed grid >>> implementations out there. Why not try to integrate them, instead of >>> writing everything from scratch? >>> >>> What do you think? >>> >>> Cheers >>> Toby >>> >>> On Friday, May 4, 2012 2:30:21 PM UTC+2, Dalci de Jesus Bagolin wrote: >>>> >>>> Look this: http://jsfiddle.net/dalcib/2w6Su/ >>>> >>>> It still is in Angular 0.10.6, so need to be update to Angular 1.0.7 >>>> Directive. >>>> >>>> Dalci >>>> >>>> >>>> I am wondering how I would go about implementing a very grid-centric >>>>> application using AngularJS. Does it make sense to combine Angular with >>>>> existing grid implementations (e.g. Slickgrid)? I saw DFA mentioned in >>>>> another post. Is that a custom grid implementation or does it use >>>>> anything >>>>> "off the shelf"? >>>>> >>>>> -- >>>>> >>>>> >>>> -- 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.
