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