Which function gets called as i enter search criteria?
Which function gets called as i enter search criteria?
maria1410
Posts: 6Questions: 0Answers: 0
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
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
This discussion has been closed.
Replies
var selectedData = dTable.fnGetColumnData(keyCol,true,true,false);