Set trimonsearch to false to prevent weird trimming on search queries

This commit is contained in:
snipe 2017-01-26 04:48:22 -08:00
parent cbff2ec57d
commit 5e9c69711b

View file

@ -29,6 +29,7 @@ $('.snipe-table').bootstrapTable({
@endif
showExport: true,
showColumns: true,
trimOnSearch: false,
exportDataType: 'all',
exportTypes: ['csv', 'excel', 'txt','json', 'xml'],
exportOptions: {