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
|
@endif
|
||||||
showExport: true,
|
showExport: true,
|
||||||
showColumns: true,
|
showColumns: true,
|
||||||
|
trimOnSearch: false,
|
||||||
exportDataType: 'all',
|
exportDataType: 'all',
|
||||||
exportTypes: ['csv', 'excel', 'txt','json', 'xml'],
|
exportTypes: ['csv', 'excel', 'txt','json', 'xml'],
|
||||||
exportOptions: {
|
exportOptions: {
|
||||||
|
|
Loading…
Add table
Reference in a new issue