【发布时间】:2016-12-25 02:00:23
【问题描述】:
我在引导模式中将表格显示为 jquery 表格排序器。它工作正常排序和所有。但是当添加滚动小部件时,模式变为空白,没有显示,
$('table').tablesorter({
theme: 'ice',
widthFixed: true,
showProcessing: true,
headerTemplate: '{content} {icon}',
widgets: ['zebra', 'uitheme', 'scroller'],
widgetOptions: {
scroller_height: 300,
scroller_barWidth: 17,
scroller_jumpToHeader: true,
scroller_idPrefix: 's_'
}
});
【问题讨论】:
-
这和php有什么关系?
标签: php jquery twitter-bootstrap tablesorter