Click here to Skip to main content
15,903,362 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
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.
Posted
Comments
Sarrrva 18-Jun-15 9:27am    
If this is your question, you have to post your code. then only people will help you

1 solution

By default DataTable does not offer the export feature, so you must be using the TableTools plugin. So if you do not want the export feature too appear just initialize the plugin with the buttons you want displayed.

https://www.datatables.net/extensions/tabletools/buttons[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900