How do I remove export option in Jquery DataTable.

How do I remove export option in Jquery DataTable.

sanskunsanskun Posts: 1Questions: 1Answers: 0
edited June 2015 in Free community support

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.

Answers

  • fleskafleska Posts: 3Questions: 2Answers: 0

    It will be great if you can share your code

  • allanallan Posts: 61,917Questions: 1Answers: 10,150 Site admin

    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 from dom).

    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

This discussion has been closed.