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

旧街凉风 提交于 2019-12-12 05:01:17

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!