Questions tagged [ngx-pagination]

ngx-pagination is a library in AngularJs which provides the property to do pagination. It calculates how many pages to be displayed for user to select from based on current page, page size and total items.

79 questions
1
vote
1 answer

ngx-pagination "RangeError: Maximum call stack size exceeded"

I'm using the ngx-pagination package in an Ionic with Angular application. As you can see in the attached Stackblitz, I created a custom component which receives two input params currentStep and totalItems. We start in the HomeComponent page. If we…
chick3n0x07CC
  • 678
  • 2
  • 10
  • 30
1
vote
1 answer

ngx pagination, How to have multiple paginations with NgFor? Issue with my code, (pagechange) is manipulating component data

I have multiple paginations with ng-for. For multiple instances, I'm using the variable from ng-for to repeat paginations, but (pagechange) event is mutating data. when I change page in child pagination, it is changing data(first_name). I have a…
1
vote
0 answers

angular + pagination + page resets to 1 on navigation to secondary outlet

I have implemented a custom pagination component using PaginationControlsDirective. I have a requirement where in I have to open a dialog component (pop up) as a secondary outlet from the pagination component. Scenario is: Have a parent…
1
vote
0 answers

NGX-Pagination with dropdown paging

I m using ngx-pagination and try to convert the paging into drop down (Angular 6) See for detail: https://github.com/michaelbromley/ngx-pagination First Prev DDOWN NEXT LAST