Feature: customize pagination

This commit is contained in:
2017-11-14 14:48:55 +00:00
parent fb3259b66b
commit 71bdc2b3f4
2 changed files with 16 additions and 2 deletions

View File

@@ -59,9 +59,11 @@
<tfoot>
<td>
<dir-pagination-controls
max-size="5"
max-size="7"
direction-links="true"
boundary-links="true" >
boundary-links="true"
template-url="partials/pagination.html"
>
</dir-pagination-controls>
</td>
</tfoot>