mirror of
https://gitee.com/layui/layui.git
synced 2025-12-27 06:35:47 +08:00
调整 table 的 totalRow 属性在 table.reloadData() 数据重载时的支持
This commit is contained in:
@@ -2882,7 +2882,7 @@ layui.define(['lay', 'laytpl', 'laypage', 'form', 'util'], function(exports){
|
||||
var dataParams = new RegExp('^('+ [
|
||||
'elem', 'id', 'cols', 'width', 'height', 'maxHeight',
|
||||
'toolbar', 'defaultToolbar',
|
||||
'className', 'css', 'totalRow', 'pagebar'
|
||||
'className', 'css', 'pagebar'
|
||||
].join('|') + ')$');
|
||||
|
||||
// 过滤与数据无关的参数
|
||||
|
||||
Reference in New Issue
Block a user