mirror of
https://gitee.com/layui/layui.git
synced 2025-04-28 16:38:02 +08:00
修复 table.reloadData()
未支持 page 属性的问题
This commit is contained in:
parent
cccbeb1419
commit
95123a122a
@ -2788,7 +2788,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', 'page', 'pagebar'
|
||||
'className', 'css', 'totalRow', 'pagebar'
|
||||
].join('|') + ')$');
|
||||
|
||||
// 过滤与数据无关的参数
|
||||
|
Loading…
Reference in New Issue
Block a user