When I click on the button, I do so to show the column:
table.columns( [0] ).visible( true );
This works, but I would really like to do it with a slowdown (i.e. with animation). I didn't find how to do it.
When I click on the button, I do so to show the column:
table.columns( [0] ).visible( true );
This works, but I would really like to do it with a slowdown (i.e. with animation). I didn't find how to do it.