Using an effect on fnFilter
Using an effect on fnFilter
alandmoore
Posts: 4Questions: 0Answers: 0
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