mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -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: '',
|
||||
iconsPrefix: 'fa',
|
||||
search: {{ ((isset($search)) && ($search=='true')) ? 'true' : 'false' }},
|
||||
{!! ((isset($search)) && ($search=='true')) ? 'search: "true",' : '' !!}
|
||||
paginationVAlign: 'both',
|
||||
sidePagination: '{{ (isset($clientSearch)) ? 'client' : 'server' }}',
|
||||
sortable: true,
|
||||
|
|
Loading…
Reference in a new issue