Hi, I have enabled advanced search in datatable, for instance, I am getting data from server, so I am interested to do search programmatically, once after I receive data if search result has atleast a single record then expand that row. whether this is possible ?
http://jsfiddle.net/0t2v8he9/
For example, programmatically do search for, below show all rows and expand
if(firstname == 'Cheryl' && lastname == 'Saavedra')
If data is local then I would have used loop to check each and every row,
Can someone guide me how can I send data to server, how can I trigger search event
Regards,
Peter P