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:

  1. easy use
  2. looks good
  3. supports drag , drop
  4. can handle large amount of data 10000+ (i.e pagination/lazy scroll of 10,000+ rows)
  5. can show hierarchical data in table (i.e columns/sorting)
  6. 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

Popular posts from this blog

ruby on rails - RuntimeError: Circular dependency detected while autoloading constant - ActiveAdmin.register Role -

c++ - OpenMP unpredictable overhead -

javascript - Wordpress slider, not displayed 100% width -