i want to display entire row (but the search opertion could be done in a particular column(td)).
by using this /**
$(function () {
$('input#searchCode').quicksearch('table#employeeTable tbody tr',{
});
});
*/
i can search a text in entire row.but i dont know to search in a specified column and display entire row...