Export to excel Thousand records.
Export to excel Thousand records.
Hi, How can I export hundred thousand line items/records when my server side processing is enabled?
it seems my code below would not work because of the server side loading.
buttons: [{
extend: 'collection',
className: 'exportButton',
text: 'Expor Allt',
buttons: [{ extend:'copy',
exportOptions: {
modifier: {
page: 'all',
search: 'none'
}
},
/
}]
}]
This question has an accepted answers - jump to answer
Answers
Hi @misteam ,
This thread should help, it's asking the same thing.
Cheers,
Colin