Using an effect on fnFilter

Using an effect on fnFilter

alandmoorealandmoore Posts: 4Questions: 0Answers: 0
edited August 2012 in General
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?

Replies

  • allanallan Posts: 63,538Questions: 1Answers: 10,476 Site admin
    Currently no - and I suspect any such addition would be fairly complex and add a fair amount of code to DataTables. So it is not likely to be added tot he core.

    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
  • alandmoorealandmoore Posts: 4Questions: 0Answers: 0
    Ok, sounds like it's not worth it then. Thanks for the response!
This discussion has been closed.