问题
I have been facing this problem since morning, so any help would be appreciated. I am using a 'tablesorter.js' file in which blue and green themes have been set by default. I want to customize the themes but unable to do so. Can someone please tell me how to customize my theme for table sorter in 'tablesorter.js' file? I downloaded the js file in the below path.
https://plugins.jquery.com/tablesorter/2.15.13/
$(document).ready(function () {
debugger;
$('#requestheader').tablesorter({
theme: 'blue',
sortList: [
[1, 0]
],
/* widgets:['zebra', 'columns']*/
});
});
Please tell me how to apply customized themes for table sorter?
来源:https://stackoverflow.com/questions/23083835/default-themes-are-applying-in-tablesorter-while-using-tablesorter-js-file