From 5e9c69711bec36096f9faab3adcc404152284d9d Mon Sep 17 00:00:00 2001 From: snipe Date: Thu, 26 Jan 2017 04:48:22 -0800 Subject: [PATCH] Set trimonsearch to false to prevent weird trimming on search queries --- 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 b506a6772..516073f71 100644 --- a/resources/views/partials/bootstrap-table.blade.php +++ b/resources/views/partials/bootstrap-table.blade.php @@ -29,6 +29,7 @@ $('.snipe-table').bootstrapTable({ @endif showExport: true, showColumns: true, + trimOnSearch: false, exportDataType: 'all', exportTypes: ['csv', 'excel', 'txt','json', 'xml'], exportOptions: {