All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scripts.swf.js.tablesorter.js Maven / Gradle / Ivy

$(function(){
	$(".tablesorter").each(function(index){
		var pagerId = $(this).attr("pagerid");
		var pager = $("#"+pagerId);
		$(this)
			.tablesorter({ widthFixed: true, dateFormat: 'uk', widgets: ['zebra'] , sortList: [[0,0],[1,0],[2,0],[3,0],[4,0]] });
    });
});




© 2015 - 2024 Weber Informatics LLC | Privacy Policy