From f1fd1525137ecad9f234a89657d081b42226f674 Mon Sep 17 00:00:00 2001 From: snipe Date: Fri, 10 Mar 2017 20:35:03 -0800 Subject: [PATCH] Fixes #3335 - added additional pagination at top of table --- resources/views/partials/bootstrap-table.blade.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/views/partials/bootstrap-table.blade.php b/resources/views/partials/bootstrap-table.blade.php index 15125c2dd..265202079 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,