How to search through the child row()?
How to search through the child row()?
I know this question has been answered already (https://datatables.net/forums/discussion/19158/how-to-search-through-the-child-row-datatables-1-10). However, I was wondering if someone could help me a with a simple example where this functionality has been implemented, as I am not entirely sure how to do it.
Just to reiterate the problem statement. I would like to be able to search through child() rows in the datatable even if they are still hidden.
Any help would be much appreciated.
Answers
resloved.
Found a solution. You can just hide the column using this example: http://www.datatables.net/examples/basic_init/hidden_columns.html