I would suggest having a look at ag-grid <https://www.ag-grid.com/>. It supports Angular 1 as well as Angular 5. There is a free version which has a good feature set and impressive performance. The Enterprise paid version adds row grouping, pivoting and other high-end features.
On Wednesday, December 20, 2017 at 9:19:59 AM UTC-5, Keith Miklas wrote: > > Good morning, All. > > Can anyone please recommend a contemporary and performant grid for Angular > 1.x? > > I'm sifting through a myriad of grids, and having trouble identifying > which of these is the best fit. The best I've found is ui-grid (link > below), but I haven't perf tested it yet. > > I've also considered trying to wrap react-virtualized as an angular > component, to take advantage of the highly performant in-memory DOM > manipulation, but this makes me nervous. Experience has shown that these > types of things can get messy. I'd rather have a native component, if > possible. > > We've had performance issues with previous angular grids, and this is > fueling a potential move to React. It's an expensive move, and I'd like to > avoid it. The grid is the key component. > > Thanks for your help. > > Sincerely, > Keith > > https://github.com/angular-ui/ui-grid > https://github.com/bvaughn/react-virtualized > > > > > -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" 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 https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
