how to apply table sorter for nested headers in table?
问题 in a single table the tablesorter functionality working fine.But i am confusing to apply the table sorter for the below scnario. ID Name Phone 1 vasu 4562789 Role status submitted admin completed yes user notcompleted no 2 venkat 78979789 Role status submitted admin completed yes 3 balu 768792 Role status submitted user completed yes 4 jj 897422 Role status submitted user completed no <script type="text/javascript"> $("#maintbl").tablesorter(); </script> <table class="tablesorter" id="maintbl