make fnOpen slower

make fnOpen slower

tiamattiamat Posts: 2Questions: 0Answers: 0
edited December 2009 in General
Hello,
its my first post here. Really Nice work.

Okay, I am using Server Side Proccessing and for Refresh I use fnDraw.
I am using row details as in http://datatables.net/examples/server_side/row_details.html

It is possible to make this slower? It will be open very fast and i nedd this slower.

Hope, you can help me

Thanx

t.

Replies

  • tiamattiamat Posts: 2Questions: 0Answers: 0
    Hi
    no idea? No solution?

    t.
  • allanallan Posts: 61,744Questions: 1Answers: 10,111 Site admin
    Hi tiamat,

    I'm not 100% sure what you mean by making fnOpen() slower? There are a couple of options for that off the top of my head:

    1. You want to delay the opening of the 'details' row slightly after the click - in which case you can use a 'settimeout'

    2. You want the opening of the details row to animate open, rather than just flash open. This is considered in this post: http://datatables.net/forums/comments.php?DiscussionID=605 . But the short answer is that I don't think TR elements can correctly have their height properties animated.

    3. Something else? :-)

    Regards,
    Allan

    ps. Thanks very much for the donation!
  • allanallan Posts: 61,744Questions: 1Answers: 10,111 Site admin
    Hello all,

    For anyone else interested - tiamat was looking to have the fnOpen() function scroll (animate) the 'details' row open. As described in this post - http://datatables.net/forums/comments.php?DiscussionID=605 - it doesn't appear to be possible to do this at the moment. Something for future research for how it might be done.

    Regards,
    Allan
This discussion has been closed.