datatable
datatable
rrzavaleta
Posts: 78Questions: 52Answers: 2
in DataTables
hi, I'm using the datatable download event
"buttons": [
{
"extend": 'excel',
"text": 'Exportar a Excel',
"filename": fileName
}
but I would like to be able to download some fields (not all) as it is currently done. since I download the hidden fields too.
What can I do to download only some fields defined in the table?
This discussion has been closed.
Answers
Is this a duplicate question of your other thread?
https://datatables.net/forums/discussion/52160/download-excel-in-datatable-with-only-defined-fields#latest
Kevin
And this one here too: https://datatables.net/forums/discussion/52159/download-excel-in-datatable-with-only-defined-fields#latest ...
Please don't repost issues.