josebalius / ngReactGrid

A really fast Angular grid using the power of React to render. Based on ng-grid and jQuery DataTables.
http://josebalius.github.io/ngReactGrid/
MIT License
328 stars 47 forks source link

Multilevel master details grids with different templates for each details grid. #68

Closed kashcode closed 9 years ago

kashcode commented 9 years ago

I feel that in near future in will need grid with functionality master/detail grids with multilevel. Is it achievable with this grid with some modifications?

josebalius commented 9 years ago

Don't think this will work with ngReactGrid, maybe with https://github.com/josebalius/react-grid if you can come up with some more precise specs.