【发布时间】:2015-11-09 05:44:12
【问题描述】:
我使用 bootstrap-table 从数据库中填充数据,但我遇到了如何重置表的问题,包括“排序”功能及其图标。到目前为止我用过:
$('#table').bootstrapTable('resetView');
$('#table').bootstrapTable('refresh');
在http://bootstrap-table.wenzhixin.net.cn/documentation/ 上,但它们都不起作用。我有一个重置按钮,但它不起作用。
$('#resetBtn').on('click', function() {
});
【问题讨论】:
标签: twitter-bootstrap bootstrap-table