Adding export to pdf csv excel etc. to dataTables not working
Adding export to pdf csv excel etc. to dataTables not working
martinweb
Posts: 2Questions: 1Answers: 0
I want to add this export functionality to my existing sort function below:
var fTable = $('#DataTables_Table_6').dataTable();
fTable.fnSort( [ [2,'desc'] ] );
This discussion has been closed.
Answers
That's what the Buttons extension is for.
Allan
And if I am still using DataTools?
This is working perfectly on my other sites with me just including the dataTable-tools in the class of the table.