How do I remove export option in Jquery DataTable.
How do I remove export option in Jquery DataTable.
sanskun
Posts: 1Questions: 1Answers: 0
Hi All,
I am using jquery DataTable to show grid data. But by default export option is showing. But i need to remove these option. Please help me out on this.
This discussion has been closed.
Answers
It will be great if you can share your code
There is no export option in DataTables core - file export is provided by the TableTools plug-in so that must be getting enabled on your table. If that is the case, just remove it (i.e. remove the
T
option fromdom
).Beyond that, please link to a test case showing the issue (as required in the forum rules!) so we can help to debug the problem.
Allan