问题
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?
回答1:
You can check out my question on this, @davidkonrad gave a nice workaround solution: DataTables search child row content
来源:https://stackoverflow.com/questions/25280676/datatables-filter-child-rows