Add MS Excel as export

Excel does not work in Safari - known webkit issue, no fix :(
This commit is contained in:
snipe 2016-05-18 18:14:40 -07:00
parent f363ff35c6
commit 4ba2b89940

View file

@ -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') }}",