mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Improved - allow searching on most detail views with additional tables
This commit is contained in:
parent
3b4a651dd9
commit
d109ca30e2
|
@ -46,7 +46,7 @@
|
||||||
},
|
},
|
||||||
undefinedText: '',
|
undefinedText: '',
|
||||||
iconsPrefix: 'fa',
|
iconsPrefix: 'fa',
|
||||||
search: {{ ((isset($search)) && ($search=='true')) ? 'true' : 'false' }},
|
{!! ((isset($search)) && ($search=='true')) ? 'search: "true",' : '' !!}
|
||||||
paginationVAlign: 'both',
|
paginationVAlign: 'both',
|
||||||
sidePagination: '{{ (isset($clientSearch)) ? 'client' : 'server' }}',
|
sidePagination: '{{ (isset($clientSearch)) ? 'client' : 'server' }}',
|
||||||
sortable: true,
|
sortable: true,
|
||||||
|
|
Loading…
Reference in a new issue