pagination does work
This commit is contained in:
parent
03044bd5a3
commit
444728c8fc
@ -48,8 +48,7 @@
|
|||||||
</nav>
|
</nav>
|
||||||
</th:block>
|
</th:block>
|
||||||
|
|
||||||
<th:block th:fragment="pagination-with-params
|
<th:block th:fragment="pagination-with-params (url, totalPages, currentPage, param1name, param1value, param2name, param2value)">
|
||||||
(url, totalPages, currentPage, param1name, param1value, param2name, param2value)">
|
|
||||||
<nav th:if="${totalPages > 1}" th:with="
|
<nav th:if="${totalPages > 1}" th:with="
|
||||||
maxPage=2,
|
maxPage=2,
|
||||||
currentPage=${currentPage + 1}">
|
currentPage=${currentPage + 1}">
|
||||||
|
Loading…
Reference in New Issue
Block a user