Search is not working for inner table. Please help!!
Search is not working for inner table. Please help!!
vishal.odu@gmail.com
Posts: 3Questions: 1Answers: 0
I have implemented expand collapse/Detail view for datatable by following the code for the example shown here: http://datatables.net/examples/api/row_details.html
It works perfectly for expand collapse and seach for the main Row. But search doesn't work for the nested table (expanded row) values. It doesn't work in the example shown at http://datatables.net/examples/api/row_details.html. How can I make the search work for inner table as well?
This discussion has been closed.
Answers
Can someone please help?
You need to include the information that you want to be searchable in the host row. That can be in a hidden column if you wish, but it needs to be in the row.
Allan
Perfect.. its working. Thanks Alan!