0
votes

Is there any grid component in angular material that supports pagination out there?

The only grid directive available on the documentation page is md-grid-list (https://material.angularjs.org/latest/api/directive/mdGridList) but I see no pagination options.

1
you need data table?Sajeetharan
I need to display a list of items, not necessarily a table.simonaco
you can do pagination with all the ontrolsSajeetharan

1 Answers

0
votes

If you are working with Angular 2.x+ you can use this component as shown here: https://material.angular.io/components/table/overview