Server Side export

Server Side export

mete12mete12 Posts: 5Questions: 2Answers: 0

Hey @allan

I extend excelHtml5 to make a download from server. I generate a file on aws and return the signed url to the client inside action: function(e, dt, button, config)

I have two question here:
1- How can I signal button spinner to stop when the operation is complete?
2- Is there any chance to provide this url to the datatables to complete download on browser.

Answers

  • allanallan Posts: 62,858Questions: 1Answers: 10,344 Site admin
    1. button().processing(). Inside the action function it would be button.processing(false);.
    2. I don't understand the question I'm afraid. ajax is how to tell DataTables where to get the data from.

    Allan

Sign In or Register to comment.