mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Set trimonsearch to false to prevent weird trimming on search queries
This commit is contained in:
parent
cbff2ec57d
commit
5e9c69711b
|
@ -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…
Reference in a new issue