How to implement the server side pagination
How to implement the server side pagination
I am using the angular 5 with spring boot + hibernate in my application. Initially when i get all the data (in my case 500+) to the table the from the spring application my ui fails to load all the data hence there will be a poor performance in the table. i want to implement the pagination server side with spring boot and get the appropriate table data in angular can anyone help in implementing the pagination with spring boot + angular 5 way.
i am using the [https://baeldung.com/spring-data-jpa-pagination-sorting] for the server side pagination how can i access those objects in angular to display the data in the table