brunano21 / angular-4-data-table

An Angular 5 data table, with pagination, sorting, expandable rows, row selection, etc. with basic accessibility support.
MIT License
11 stars 19 forks source link

How to get current page number? #63

Closed d0rian7 closed 4 years ago

d0rian7 commented 4 years ago

Hi all, Is there a simple way to get the current page number?

Cheers

brunano21 commented 4 years ago

Hi. yourTableInstance.page will give you the current page number.

d0rian7 commented 4 years ago

thanks, I was blind. :-)