Superluk - 2020-08-11 21:27:09
maybe it would be a good idea to change code in example2:
change it to:
<button onclick="sTable.sort($('#sortableTable1'),4, 'up')">Sort by the Email column</button>
instead of:
<button onclick="sTable.sort($('.noSort'), 'up')">Sort by the '.noSort' column</button>