daniel-nagy / md-data-table

Material Design Data Table for Angular Material
MIT License
1.9k stars 520 forks source link

Two md-table-pagination for the same list #578

Open carlosg85 opened 7 years ago

carlosg85 commented 7 years ago

When i call to "onPagination" function, and i have the same md-table-pagination in the html, it works ok for all events except when i change the limit of records i can see. It's calling twice to the controller pagination method.

Changing the page number calls only one.

How can I do this?