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
Post a Comment