http://jsbin.com/novixuqo/16/edit
在下面提供我的代码
var opts = { debug: true,
"theme": "blue",
"widgets": ['columns'],
"widgetOptions": {
"build_type": "json",
"build_source": {
"url": "http://jsbin.com/qinikepu/4/js",
"dataType": "json"
}
}
};
$('#object2Table2').tablesorter(opts);
答案 0 :(得分:1)
看起来单元格获得主要类,因此添加一个设置字体粗细的规则
.primary { font-weight: bold; }