From e2b1494511bc2a37fd2e365f06ae1195c18e7c56 Mon Sep 17 00:00:00 2001 From: snipe Date: Thu, 23 Jun 2022 11:18:59 -0700 Subject: [PATCH] Reordered and added xlsx to export list Signed-off-by: snipe --- resources/views/partials/bootstrap-table.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/partials/bootstrap-table.blade.php b/resources/views/partials/bootstrap-table.blade.php index 5f25be43a..5c6bb5b13 100644 --- a/resources/views/partials/bootstrap-table.blade.php +++ b/resources/views/partials/bootstrap-table.blade.php @@ -92,7 +92,7 @@ }, exportOptions: export_options, - exportTypes: ['csv', 'excel', 'doc', 'txt','json', 'xml', 'pdf'], + exportTypes: ['xlsx', 'excel', 'csv', 'pdf','json', 'xml', 'txt', 'sql', 'doc' ], onLoadSuccess: function () { $('[data-toggle="tooltip"]').tooltip(); // Needed to attach tooltips after ajax call }