Reordered and added xlsx to export list
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
366f3aacef
commit
e2b1494511
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@
|
|||
},
|
||||
exportOptions: export_options,
|
||||
|
||||
exportTypes: ['csv', 'excel', 'doc', 'txt','json', 'xml', 'pdf'],
|
||||
exportTypes: ['xlsx', 'excel', 'csv', 'pdf','json', 'xml', 'txt', 'sql', 'doc' ],
|
||||
onLoadSuccess: function () {
|
||||
$('[data-toggle="tooltip"]').tooltip(); // Needed to attach tooltips after ajax call
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue