Child rows slideup/slidedown
Child rows slideup/slidedown
richardvk
Posts: 13Questions: 7Answers: 0
Hi there,
Regarding row().child.show(), is there a way to animate the .show (ie 'replace' .show with a .slideDown and the .hide with a slideUp)?
This discussion has been closed.
Answers
bump!
where .show() works, .slideDown() gives jquery.js error:
Uncaught TypeError: undefined is not a function. It's occurring here: .apply( matched.elem, args );
Bump again. The new api is great, but we need to fill some gaps in the docs.
Thanks.
Perhaps your examples will follow.
you could animate this with css?
CSS won't work on hide because the row is completely removed from the DOM. I'd rather take advantage of any built-in options first.
There is also another discussion on this topic.
Allan