I used this plugin and work with it. But I have faced an issue when quick search.
when I use multiple tables in my .jsp page search results are not showing entire row which data contains.
My code is:
$jqa('input#id_search').quicksearch('table#filterTble tbody tr ');
and Table structure:
table template.txt
I used this plugin and work with it. But I have faced an issue when quick search. when I use multiple tables in my .jsp page search results are not showing entire row which data contains. My code is: $jqa('input#id_search').quicksearch('table#filterTble tbody tr '); and Table structure: table template.txt
Further details:
Gladly looking for an answer.....