make fnOpen slower
make fnOpen slower
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.
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.
This discussion has been closed.
Replies
no idea? No solution?
t.
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!
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