bootstrap获取总条目数

$('#table').on('load-success.bs.table', function () {
alert($('#table').bootstrapTable('getOptions').totalRows)
})

原文地址:https://www.cnblogs.com/zhengqun/p/7007365.html