Show a column with animation

Show a column with animation

ostmalostmal Posts: 102Questions: 33Answers: 0

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.

This question has an accepted answers - jump to answer

Answers

  • colincolin Posts: 15,112Questions: 1Answers: 2,583
    Answer ✓

    That's a nice idea, but it doesn't do that, I'm afraid. This is an old thread, but still applies,

    Colin

  • zgoforthzgoforth Posts: 493Questions: 98Answers: 2

    Can you please provide some reproducible code?

  • ostmalostmal Posts: 102Questions: 33Answers: 0

    I hope the developers will take this into account. It is very important.

  • colincolin Posts: 15,112Questions: 1Answers: 2,583

    No, it's not a priority for us, so there are no plans to add animations there.

    Colin

Sign In or Register to comment.