首先使用后台分页查询
sidePagination: "server",
其次使用全选
$table.on('check.bs.table uncheck.bs.table ' + 'check-all.bs.table uncheck-all.bs.table', function () { $remove.prop('disabled', !$table.bootstrapTable('getSelections').length); // save your data, here just save the current page selections = getIdSelections(); // push or splice the selections if you want to save all data selections });
谢谢
正常的就是这样的,你如果有和人类不同的需求,必须自己想办法了。
你真逗,成功的触发了我的笑点!哈哈哈哈哈哈
我当然知道正常是这样,如果您看不惯或者不屑于回答可以不用回答,谢谢
重新写分页逻辑,或者在选择数据时将id存在某处,每次分页初始化数据时更新。
谢谢您的回答,已经找到解决方案了。