need delete a column
need delete a column

I need help, when I add an icon an each <th>
I need to click this icon and remove this column
but the table looks not very good
check here plz
http://jsfiddle.net/icehota/jm4fo3a2/
This discussion has been closed.
Answers
There is no option to remove a column in DataTables. You could visually hide the column using
column().visible()
but you cannot dynamically delete a column.Allan