mirror of https://github.com/layui/layui
调整 table 的 `totalRow` 属性在 `table.reloadData()` 数据重载时的支持
parent
cc1a7c92f0
commit
cfbfb0c137
|
@ -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('|') + ')$');
|
||||
|
||||
// 过滤与数据无关的参数
|
||||
|
|
Loading…
Reference in New Issue