Visible or add column with animation

Visible or add column with animation

radmanradman Posts: 1Questions: 0Answers: 0
edited March 2013 in TableTools
I am try to visible column with jquery animate.

I write [code]oTable.fnSetColumnVis(1, true);[/code] and [code]$('#historyWrapper').animate({ left: "20%", top: "20%" }, 1000);[/code] but not good work, because i need a set visible callback.

plz help. thx every body.
This discussion has been closed.