Is there a way with the jquery datatables plugin to hide (and show) a table column?
I figured out how to reload the table data: using fnClearTable and <
fnClearTable
You can define this during datatable initialization
"aoColumns": [{"bVisible": false},null,null,null]