How I can remove sorting form specific row

How I can remove sorting form specific row

freelancerzahedfreelancerzahed Posts: 1Questions: 1Answers: 0

Link to test case:
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem:
<tr class="tfoot">
<td class="xm-col no-sort"></td>
<td class="xm-col no-sort"></td>
<td class="bg-col no-sort"><span class="total_tr bg-col"></span>
<?php echo lang('COUNTRY')
?>
</td>
<td class="total_row1 total_cases1 sm-col right-col no-sort"> </td>
<td class="total_row1 new_cases1 sm-col right-col no-sort"></td>
<td class="total_row1 total_deaths1 sm-col right-col no-sort"></td>
<td class="total_row1 new_deaths1 sm-col right-col no-sort"></td>
<td class="total_row1 total_recovered1 sm-col right-col no-sort"></td>
<td class="total_row1 new_recovered1 sm-col right-col no-sort"></td>
<td class="total_row1 total_serious1 sm-col right-col no-sort"></td>
<td class="total_row1 total_active1 sm-col right-col no-sort"></td>
<td class="total_row1 total_tests1 sm-col right-col no-sort"></td>
<td class="total_row1 cases_for_1m sm-col right-col no-sort"></td>
<td class="total_row1 deaths_for_1m sm-col right-col no-sort"></td>
<td class="total_row1 recovered_for_1m sm-col right-col no-sort"></td>
<td class="total_row1 population1"></td>
<td></td>
<td></td>
</tr>

Answers

  • colincolin Posts: 15,237Questions: 1Answers: 2,599

    This thread should help, it's asking the same thing.

    Cheers,

    Colin

This discussion has been closed.