Default themes are applying in tablesorter while using tablesorter.js file -


i have been facing problem since morning, appreciated. using 'tablesorter.js' file in blue , green themes have been set default. want customize themes unable so. can please tell me how customize theme table sorter in 'tablesorter.js' file? downloaded js file in 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 apply customized themes table sorter?


Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -