1

We are working on Angular 5 with the material framework application and looking for a ui plugin that can help us with the requirement of grouping, paging and sorting in a table. For an sample we are looking to have something similar in angular 5 application

We have opened a query with the material framework and getting shot down. Still under discussion, but don't think it would be a quick solution. Link here

Has anyone implemented grid grouping with paging and sort in angular 4 or 5 can provide some help here?

Thanks in advance.

Edric
  • 24,639
  • 13
  • 81
  • 91
Ameya
  • 1,914
  • 4
  • 29
  • 55
  • Yes: see this question: https://stackoverflow.com/a/52706931/350188. However, pagination and grouping kinda trip over each other. – Stephen Turner Nov 14 '18 at 20:43

1 Answers1

1

I think it is a good question. I checked the issue you raised on GitHub. I don't think the answer was satisfactory either.

I am reluctant to use a plugin because then you become dependant on the plugin developer.

However, we have used the Kendo Angular Grid and it is certainly full featured – https://www.telerik.com/kendo-angular-ui/components/grid/

Chris Curnow
  • 643
  • 5
  • 15
  • As per my comment on GitHub, perhaps this points the way to what you want. – Chris Curnow Jul 11 '18 at 01:27
  • We are using prime ng plugin for now, but it seems to be very heavy. We have discovered some additional inbuild prime ng feature like downloading data in .csv filtering , etc. – Ameya Aug 22 '18 at 07:28