do tabeli dodalem
id="myTable" class="tablesorter"
<table width='100%' cellspacing='0' cellpadding='8' border='2' id="myTable" class="tablesorter">
oraz 2 skrypty wywolujace
$(document).ready(function() { $("#myTable").tablesorter( {sortList: [[0,0], [1,0]]} ); } );
oraz
$(document).ready(function() { $("#myTable").tablesorter(); } );