Filteration of Datatable though out side textbox....
Filteration of Datatable though out side textbox....
meerahmed
Posts: 1Questions: 1Answers: 0
if i don't want to use 'bfilter' : 'true' for filteration and want to filter Jquery Datatable through an outside textbox, what is the way ?
your answer will be appreciate....
Thanks in advance...
This discussion has been closed.
Answers
recently I have added initFilterMultipleTables function to my yadcf plugin you can see it in action http://yadcf-showcase.appspot.com/DOM_Ajax_Multiple_1.10.html (basically its for filtering multiple tables at once, but it should work for single table too) , you should grab the 0.8.4.beta.4 version
Use
search()
to simply apply a search term.Allan