How can i filter data in child rows?
How can i filter data in child rows?
VacciphM
Posts: 1Questions: 1Answers: 0
I'm using datatables with child rows and i need to filter the records based on the data in child-row. Since child-row is binded on a click event so i suspect if there is a way to filter records based on that data.
This discussion has been closed.
Answers
Hey, have you found a solution? I am facing with exactly same issue as you...
Found a solution. You can just hide the column using this example, then the column would be searchable but not visible in the main part. You can still have the column in the child part visible.
http://www.datatables.net/examples/basic_init/hidden_columns.html