1
Good morning guys all ? I’m not having a problem in itself, just something I want to optimize. I’m using Spring MVC with Spring Data, to make the results pagination, I’m using Pageable inside my repository. My problem is in the front-end, let’s say I have 100 pages, the pagination breaks, IE, it does not follow in the same line. Wanted something like this, using spring mvc paging.
As I click on the buttons they are rendered.