From 978d9126fdca6d092f6f27f3611905ab414b0183 Mon Sep 17 00:00:00 2001 From: pavlosb Date: Tue, 28 May 2024 12:37:51 +0300 Subject: [PATCH] Update inspectionslist.php --- application/views/inspectionslist.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/application/views/inspectionslist.php b/application/views/inspectionslist.php index 718ab28..14a73a0 100644 --- a/application/views/inspectionslist.php +++ b/application/views/inspectionslist.php @@ -65,7 +65,8 @@ new DataTable('#inspectlist', { layout: { topStart: { - buttons: ['excel', 'pdf', 'print'] + buttons: ['excel', 'pdf', 'print'], + bottomStart: 'pageLength' } }, order: [[1, 'desc']],