Browse Source

调整 table 的 `totalRow` 属性在 `table.reloadData()` 数据重载时的支持

pull/1315/head
贤心 1 year ago
parent
commit
cfbfb0c137
  1. 2
      src/modules/table.js

2
src/modules/table.js

@ -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…
Cancel
Save