Visible or add column with animation
Visible or add column with animation
radman
Posts: 1Questions: 0Answers: 0
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.
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.