need delete a column

need delete a column

icehotaicehota Posts: 3Questions: 3Answers: 0

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/

Answers

  • allanallan Posts: 64,032Questions: 1Answers: 10,555 Site admin

    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

This discussion has been closed.