Hey there..
I am using DataTables 1.10.x. I am using column().visible() API to hide and show required columns. Basically I am hiding first column and appending one column to last (LIFO) or FILO on slider arrow clicks..
Is there any way to add sliding effect instead of popping up columns out of nowhere? Just thinking loud.
I tried looking in source code but I am not sure if I am allowed to edit the source.