How to retain the export buttons after using ajax.reload function?
How to retain the export buttons after using ajax.reload function?
![kris05](https://secure.gravatar.com/avatar/a7b0d46719ef171e9ceed8ee432400f2/?default=https%3A%2F%2Fvanillicon.com%2Fa7b0d46719ef171e9ceed8ee432400f2_200.png&rating=g&size=120)
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