fredguile / ng2-md-datatable

Angular 5+ DataTable component for using with Material Design 2
https://www.npmjs.com/package/ng2-md-datatable
MIT License
38 stars 13 forks source link

How to reset the pagination to the first page? #52

Closed Organizzzm closed 7 years ago

Organizzzm commented 7 years ago

Is possible to reset the pagination to the first page?

fredguile commented 7 years ago

I've never thought doing this but... you could imagine triggering onClickFirst() as it's a public method of MdDataTablePaginationComponent. You can always reference it using a ViewChild of ViewChildren in your component.