Which function gets called as i enter search criteria?

Which function gets called as i enter search criteria?

maria1410maria1410 Posts: 6Questions: 0Answers: 0
edited July 2012 in DataTables 1.8
Hi,

I want to know which is the function that gets called as i enter on the search criteria, which filters the data.

I need the filtered data as I keep entering the characters on the Search Input.

Can anyone please help me on how can i get the filtered data?

Thanks,
Maria

Replies

  • maria1410maria1410 Posts: 6Questions: 0Answers: 0
    Used the callback "fnDrawCallback" and obtained the data using

    var selectedData = dTable.fnGetColumnData(keyCol,true,true,false);
This discussion has been closed.