Spring + Thymeleaf - how to implement pagination for a list

前端 未结 3 1631
说谎
说谎 2020-12-08 22:49

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

3条回答
  •  庸人自扰
    2020-12-08 23:12

    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

    
    

提交回复
热议问题