update another part of the page with the search box...

update another part of the page with the search box...

nickschurchnickschurch Posts: 18Questions: 0Answers: 0
edited March 2012 in General
Hi,

I have a few d3 diagrams that display graphical representations of the data in a datatable. These update with a function whenever the table is filtered by some custom filters and this work very nicely together, the only thing I can't figure out is how I can call my update function when the search DOM is used to filter the table. is there a way can just get it to call an extra function immediatly after it filters the table?

Replies

  • dnagirldnagirl Posts: 36Questions: 2Answers: 0
    Have a look at the callbacks page (http://www.datatables.net/usage/callbacks). I think fnDrawCallback might be where you'd add your function to update your graphic.
This discussion has been closed.