Using an effect on fnFilter
Using an effect on fnFilter
![alandmoore](https://secure.gravatar.com/avatar/d95fd47ffcff9028c4352cadbb11d213/?default=https%3A%2F%2Fvanillicon.com%2Fd95fd47ffcff9028c4352cadbb11d213_200.png&rating=g&size=120)
Is it possible to define the function used to hide/show table rows when using fnFilter(), such that I could use something like fadeIn() and fadeOut(), for example?
This discussion has been closed.
Replies
Having said that, it might be possible to use a slide up/down effect using the method shown in this blog post for 'details' row: http://datatables.net/blog/Drill-down_rows - but that will also require several modifications to the core.
Allan