简体   繁体   中英

DataTables filter child rows

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?

您可以查看有关此问题,@davidkonrad提供了一个不错的解决方法: DataTables搜索子行内容

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM