Common search for multiple datatables on one page ver 1.10+
Common search for multiple datatables on one page ver 1.10+
carvelle
Posts: 2Questions: 1Answers: 0
How would I go about applying a common search to multiple datatables on one page on version 1.10.3 ?
i saw this code
$('.dataTable').DataTable().search( ... )
but I cant figure out how to use it.
Thanks
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
You can use the recent feature of yadcf yadcf.initMultipleTables
You can see it action on the showcase http://yadcf-showcase.appspot.com/dom_multi_columns_tables_1.10.html and on this one http://yadcf-showcase.appspot.com/DOM_Ajax_Multiple_1.10.html
Thanks Daniel