Customization of "itemsPerPage" for multiple instances of Pagination on same page
Actually I am working on code in which there are multiple tables on same page and I need multiple pagination with respect to those tables. For multiple instances of pagination I have used object instance of current page and individual id. I am facing issue in displaying itemsPerPage in table. I have got one solution on GitHub for creating different variables of itemsPerPage. But it is not working properly. I am sharing link of what I have tried: https://github.com/michaelbromley/ngx-pagination/issues/228#issuecomment-360400811 When I tried above solution, Infinity buttons in pagination bar gets added and pagination stops working. Do anyone have solution for this problem?
@snehalj2 have you got any solution for this because I am also struggling for the same functionality. It would be great if you share any suggestions :)