limit nb of pages visible in pagination

This commit is contained in:
Ivan Socolsky 2014-11-12 17:12:55 -03:00
parent 9fdf06c28c
commit 1d9041d95a
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@
</div>
</div>
</div>
<pagination page="currentPage" total-items="totalItems" items-per-page="itemsPerPage" on-select-page="selectPage(page)" />
<pagination page="currentPage" total-items="totalItems" items-per-page="itemsPerPage" on-select-page="selectPage(page)" max-size="10" />
</div>
</div>
</div>