If the selected record is on the 2nd page of the Angular Data Table, can we navigate to that page by default?
I have an Angular Data Table that displays a list of organizations. It shows a maximum of 5 organizations per page. However, the default selected organization index is 7, which means it is on the 2nd page. Therefore, I want the table to automatically display the page where the selected organization is located. In my code, the table currently only displays the first page. When I click the next button in the table, it navigates to the 2nd page and displays the selected organization.