We are using the Default Pagination of table layout for our result table currently. When I try to do custom pagination for table layout it is not displaying any page numbers, only default pagination is working from table layout.
Our Requirement
- Need to know if there are any possible ways to Customize the pagination in table layout based on our business requirement like on-click of each page an activity to be called. Whenever user click on each page number, the activity should be triggered.
- Also, we require the following data from pagination – Number of records per page, current page number that the user clicked and number of pages clicked by user.
