Data Tables: Search String Filters + Child Rows

http://www.datatables.net/examples/api/row_details.html

See in this example, when you enter a search field, it automatically filters the relevant lines. But how to include child lines in these lines in filter search?

For example, if I want to find the extension number that is stored in the record.

0
filter search row datatables
source share
2 answers
0
source share

I had a similar question, and @davidkonrad suggested a good solution: Finding the contents of child rows of DataTables

0
source share

All Articles