I am developing a simple application using Spring + Thymeleaf. On one of the pages I have a list of items which needs to be paginated.
Ideally I would like to only s
Similar to solution described in http://www.javacodegeeks.com/2013/03/implement-bootstrap-pagination-with-spring-data-and-thymeleaf.html
but without using wrapper around Spring Pageable
Previous Previous Next Next