DataTables filter child rows

谁说我不能喝 提交于 2020-01-17 00:40:15

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!