Question: How can I exclude the last column of jQuery DataTables.net when using the TableTools extras to export?
Details
I\
Suppose you have six columns, and you only want to display columns 1, 2, 3 and 5. Try this :
{ text: "print", extend: "print", className: "btn btn-lg btn-danger", exportOptions: { columns: [0,1,2,4]} } }