fnFilterCallback

fnFilterCallback

ab51793ab51793 Posts: 3Questions: 0Answers: 0
edited November 2011 in Feature requests
I am trying to execute a function that modifies the length of the table based on the filtering selected. I was originally doing an fnDrawCallback but this is not working because i break into an infinite loop. Any suggestions?

Adam

Replies

  • ab51793ab51793 Posts: 3Questions: 0Answers: 0
    I have used the fnFilterOnReturn and i also have checkboxes which trigger filters. I have now changed it accordingly to filter at the end of those methods but I now would need to call this lengthchange on pagination as well.

    Thanks,
    Adam
  • ab51793ab51793 Posts: 3Questions: 0Answers: 0
    My current solution is to add a mouseout event on pagination buttons to trigger the length change. :-p
This discussion has been closed.