<script> $(document).ready(function()
{ $("#myTable").tablesorter( {sortList: [[0,0], [1,0]]} ); }
); </script>