Multiple Table search using one filter
Multiple Table search using one filter
in DataTables
I have a dropdown filter that locate out side table block. Now i want to filter both table at same time
here is my code.
https://jsbin.com/yazeyoc/edit
This discussion has been closed.
Replies
Because you've got that code in the
initComplete, and while usingcolumns(), it will only search on that final table. You can move out and uestables(), see here,Colin