0

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

See in this example as you type in the search field it automatically filters matching rows. But how do I include the child rows within these rows in the filter search as well?

For example if I want to find an extension number that's stored within the record.

Quaking-Mess
  • 505
  • 4
  • 12
  • 23

1 Answers1

0

Use table.rows().nodes().

Reference: https://datatables.net/forums/discussion/19158/how-to-search-through-the-child-row-datatables-1-10

djozsef
  • 21
  • 4