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

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -