Row details slideUp() and slideDown() support
Row details slideUp() and slideDown() support
babablacksheep
Posts: 41Questions: 23Answers: 0
Hi,
REF : http://datatables.net/examples/server_side/row_details.html
Is it possible to use slideUp(),slideDown() and other animations instead of just .show() and .hide() ?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Hi,
any update on this :( ?
Or How can I add my own function ?
You would need to insert a consider into the child row and then animate that.
There is an old blog post (and apparently not working properly at the moment) which shows how that method can be done with the old API: http://datatables.net/blog/2011-06-19 . You can do something similar with the new API.
Allan
Thank you, Allan. I looked at that post a number of times while building my table. Would you be able to give some hints as to the translation to the new api? I'm using something like this:
newChildRow.child(newChildRowData).show();
clickedRow.addClass('shown');
I'll try to make some time sometime to update the post.
Allan
Yes, please post a complete solution as you did with 1.9. Much appreciated
Bump. Any progress?
Thanks much.
Nope - been working on other things. It will be available at http://datatables.net/blog when I'm able to work on it.
Allan
Hi, is there any update on this for animation? Ide like to implement JQuery slideUp and slideDown to my code? Thanks.
Not yet. I'll post the blog post as soon as I have written it. Will be early next week now.
Allan