Export to excel Thousand records.

Export to excel Thousand records.

misteammisteam Posts: 48Questions: 17Answers: 0

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

This discussion has been closed.