Pagination Component: Develop a pagination component that displays numbered links based on the total number of entries and entries per page. (1, 2, 3, 4, 5).
User Interaction: Users should be able to click on page numbers to view corresponding data on the table.
Default Page: The table should initially load with data from the first page.
Dynamic Page Calculation: Ensure that the number of pages adjusts dynamically based on the total data entries and the selected entries per page. Keep in mind initially each page has 25 entries, but the user can change that number by selection from a dropdown, so the number of pages could change based on that selection. (read ticket #304)
Requirements:
Pagination Component: Develop a pagination component that displays numbered links based on the total number of entries and entries per page. (1, 2, 3, 4, 5). User Interaction: Users should be able to click on page numbers to view corresponding data on the table. Default Page: The table should initially load with data from the first page. Dynamic Page Calculation: Ensure that the number of pages adjusts dynamically based on the total data entries and the selected entries per page. Keep in mind initially each page has 25 entries, but the user can change that number by selection from a dropdown, so the number of pages could change based on that selection. (read ticket #304)