$(document).ready(function()
  {
    $("#sortable").tablesorter(
    	{ headers: { 0: { sorter: false} } }
    );
  }
);

