Reordered and added xlsx to export list

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2022-06-23 11:18:59 -07:00
parent 366f3aacef
commit e2b1494511

View file

@ -92,7 +92,7 @@
}, },
exportOptions: export_options, exportOptions: export_options,
exportTypes: ['csv', 'excel', 'doc', 'txt','json', 'xml', 'pdf'], exportTypes: ['xlsx', 'excel', 'csv', 'pdf','json', 'xml', 'txt', 'sql', 'doc' ],
onLoadSuccess: function () { onLoadSuccess: function () {
$('[data-toggle="tooltip"]').tooltip(); // Needed to attach tooltips after ajax call $('[data-toggle="tooltip"]').tooltip(); // Needed to attach tooltips after ajax call
} }