How to retain the export buttons after using ajax.reload function?
How to retain the export buttons after using ajax.reload function?

I'm using ajax.reload function to get the recent data from API. The problem is, after reloading, the export buttons are missing. Thank You.
This discussion has been closed.
Answers
I built a test case using buttons and
ajax.reload()
.http://live.datatables.net/vewageqi/1/edit
The export buttons are retained when using
ajax.reload()
. Please post a link to your page or update the test case replicating the problem so we can help debug.Kevin