diff --git a/resources/views/partials/bootstrap-table.blade.php b/resources/views/partials/bootstrap-table.blade.php index 15125c2ddf..2652020793 100644 --- a/resources/views/partials/bootstrap-table.blade.php +++ b/resources/views/partials/bootstrap-table.blade.php @@ -20,6 +20,7 @@ $('.snipe-table').bootstrapTable({ @endif pageSize: {{ $snipeSettings->per_page }}, pagination: true, + paginationVAlign: 'both', sidePagination: 'server', sortable: true, cookie: true,