gridview - Best options for an AngularJS Tree Grid -
for while now, i've been looking tree grid works nicely angularjs , haven't had lot of luck.
my requirements are:
- easy use
- looks good
- supports drag , drop
- can handle large amount of data 10000+ (i.e pagination/lazy scroll of 10,000+ rows)
- can show hierarchical data in table (i.e columns/sorting)
- free/cheap
projects come close:
- sencha tree grid
- doesn't appear play nicely angularjs
- apparently buffered-tree module can handle 1000s or rows
- angular-ui-tree
- close doesn't support table functions columns, out of box
- doesn't handle large data, michael bromley's dirpaginate directive can fix this
- tree-grid-directive
- looks (fits bootstrap)
- has columns
- but doesn't allow pagination/lazy loading
ok... given other people must have solved before, question is:
what best way approach this?
is there project out there covers bases? or perhaps there simple way adapt 1 of these lazily-loaded tree grid...
i know 2 months old question, needed same thing , came across grid adapt-strap.
i used small examples , worked fine far, seems easy use, has drag-drop/pagination/lazy loading.
i think worth try, , fyi: have no connection ever developers there.
Comments
Post a Comment