daniel-nagy / md-data-table

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

Cannot reset table navigation #549

Open vcasadei opened 7 years ago

vcasadei commented 7 years ago

Currently I'm having some problems while trying to reset the table navigation in the bottom.

Basically, I have a Button in the page that triggers the data reload, however, if I am on let's say page 5 of my table, it will continue on page 5 after the data has changed and I could not find a way to reload the navigation.

ielektronick commented 7 years ago

Stupid question, although do you reset e.g. $scope.query.page value? $scope.query.page = 1;