Good morning, everyone? I do not have a problem in itself, just something I want to optimize. I am using Spring MVC with Spring Data, to perform pagination of results, I am doing using Pageable inside my repository. My problem is in the front end, let's say I have 100 pages, the page breaks, ie it does not follow in the same line. I wanted something like this, using the spring mvc paging.
As I go clicking the buttons they are rendered.