mirror of
https://gitee.com/layui/layui.git
synced 2026-01-28 11:11:21 +08:00
refactor(table): 重构 table.setRowChecked() 方法 (#2146)
* refactor(table): 重构 table.setRowChecked() 方法 * feat: 进一步优化 `table.setRowChecked()` fix: 修复单选时未移除其他行数据选中状态的问题 * refactor: 剔除多余判断 * docs: 优化 checked 选项说明
This commit is contained in:
@@ -84,7 +84,7 @@
|
||||
(function(off){
|
||||
if(!off) return;
|
||||
layui.disuse('table').extend({
|
||||
table: '{/}https://cdn.staticfile.net/layui/2.7.6/layui.js'
|
||||
table: '{/}https://cdn.jsdelivr.net/gh/layui/layui@2.7.6/src/modules/table'
|
||||
});
|
||||
})();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user