ggmod / angular-2-data-table-demo

Demo application and examples for the Angular 2 data table (https://github.com/ggmod/angular-2-data-table)
MIT License
29 stars 97 forks source link

Offset of pagination is increasing 2 in each time #16

Open shijazi88 opened 7 years ago

shijazi88 commented 7 years ago

I am trying to use pagination feature, but I have an issue with moving to next page, it always increase 2 in each step {offset: 0, limit: 2} {offset: 2, limit: 2} {offset: 4, limit: 2} {offset: 6, limit: 2}