bootstrap-table移除getAllSelections方法
bootstrap-table从1.18.0版本移除了getAllSelections,取而代之为table加上maintainMetaData:true属性,如图
而获取选中的行数据仍旧用$(’#table’).bootstrapTable(‘getSelections’)即可达成效果
bootstrap-table
github官网:https://github.com/wenzhixin/bootstrap-table/tree/master
issue:
https://github.com/we
原创
2021-02-05 16:37:57 ·
788 阅读 ·
0 评论