mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-12 16:44:08 -08:00
Fixes #3335 - added additional pagination at top of table
This commit is contained in:
parent
bf99534f8d
commit
f1fd152513
|
@ -20,6 +20,7 @@ $('.snipe-table').bootstrapTable({
|
||||||
@endif
|
@endif
|
||||||
pageSize: {{ $snipeSettings->per_page }},
|
pageSize: {{ $snipeSettings->per_page }},
|
||||||
pagination: true,
|
pagination: true,
|
||||||
|
paginationVAlign: 'both',
|
||||||
sidePagination: 'server',
|
sidePagination: 'server',
|
||||||
sortable: true,
|
sortable: true,
|
||||||
cookie: true,
|
cookie: true,
|
||||||
|
|
Loading…
Reference in a new issue