Child rows slideup/slidedown

Child rows slideup/slidedown

richardvkrichardvk 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)?

Answers

  • nlivadasnlivadas Posts: 1Questions: 0Answers: 0
    edited June 2014

    bump!
    where .show() works, .slideDown() gives jquery.js error:
    Uncaught TypeError: undefined is not a function. It's occurring here: .apply( matched.elem, args );

  • isherwoodisherwood Posts: 10Questions: 0Answers: 0

    Bump again. The new api is great, but we need to fill some gaps in the docs.

    Thanks.

  • tangerinetangerine Posts: 3,350Questions: 37Answers: 394

    ... but we need to fill some gaps in the docs.

    Perhaps your examples will follow.

  • larsonatorlarsonator Posts: 54Questions: 4Answers: 2

    you could animate this with css?

  • isherwoodisherwood Posts: 10Questions: 0Answers: 0
    edited August 2014

    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.

  • allanallan Posts: 61,716Questions: 1Answers: 10,108 Site admin

    There is also another discussion on this topic.

    Allan

This discussion has been closed.