Set trimonsearch to false to prevent weird trimming on search queries
This commit is contained in:
parent
cbff2ec57d
commit
5e9c69711b
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ $('.snipe-table').bootstrapTable({
|
|||
@endif
|
||||
showExport: true,
|
||||
showColumns: true,
|
||||
trimOnSearch: false,
|
||||
exportDataType: 'all',
|
||||
exportTypes: ['csv', 'excel', 'txt','json', 'xml'],
|
||||
exportOptions: {
|
||||
|
|
Loading…
Add table
Reference in a new issue