Button export safari/firefox
Button export safari/firefox
guil182
Posts: 1Questions: 0Answers: 0
hi,
I want to set the exported columns.
Also, I use the following code that is functional in firefox.
But beneath safari, only the "pdf" button appears, why?
"buttons": [
{
"extend": "pdfHtml5",
"exportOptions": {
"columns": [ 0,1,3,4,5,6,8 ]
}
},
{
"extend": "excelHtml5",
"exportOptions": {
"columns": [ 0,1,2,3,4,5,6,7,8 ]
}
}
]
Thank you for your help.
This discussion has been closed.
Replies
Safari doesn't support the APIs required for the Excel option as discussed in the
excelHtml5
reference.Allan