mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 05:34:06 -08:00
Add MS Excel as export
Excel does not work in Safari - known webkit issue, no fix :(
This commit is contained in:
parent
f363ff35c6
commit
4ba2b89940
|
@ -147,7 +147,7 @@
|
|||
showExport: true,
|
||||
showColumns: true,
|
||||
exportDataType: 'all',
|
||||
exportTypes: ['csv', 'txt','json', 'xml'],
|
||||
exportTypes: ['csv', 'excel', 'txt','json', 'xml'],
|
||||
maintainSelected: true,
|
||||
paginationFirstText: "{{ trans('general.first') }}",
|
||||
paginationLastText: "{{ trans('general.last') }}",
|
||||
|
|
Loading…
Reference in a new issue