Reputation: 927
I'm looking for angular grid that support several features:
If you know of which, please tell.
p.s.
ng-grid
support all excepts the expandable rows.
Upvotes: 0
Views: 2463
Reputation: 365
ng-grid has been updated by the Angular team, and is now called UI-grid. It now supports all of your requirements, including expandable rows.
Upvotes: 0
Reputation: 2411
This Angular Grid can do it (assuming I understand what you mean by sticky headers). One of the things you can do is give the grid a tree structure of data and then the user can expand the rows to get to deeper levels. The example here shows passing such a structure to the grid.
Upvotes: 1