Question: How can I exclude the last column of jQuery DataTables.net when using the TableTools extras to export?
Details
I\
In my case the best solution was to set the exportable attribute of the column to false. The same way you can set orderable, searchable, etc.