mirror of https://github.com/layui/layui
修复 `table.reloadData()` 未支持 page 属性的问题
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