jQuery(document).ready(function()
    {
        jQuery("#project_table_id").tablesorter({
			textExtraction: "complex",
			widthFixed: false
    });
});

