0

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?

Lord Vermillion
  • 5,264
  • 20
  • 69
  • 109

1 Answers1

0

You can check out my question on this, @davidkonrad gave a nice workaround solution: DataTables search child row content

Community
  • 1
  • 1
cooltoast
  • 297
  • 2
  • 3
  • 8