I have a DataTable with child rows(see example here: http://www.datatables.net/examples/api/row_details.html)
The search-input calls fnFilter() to filter the table, however it only filters the main rows. I would like the filter to search through the child rows aswell. I've searched a lot but havn't found any solution.
Is there a way to do this?