@@ -57,9 +57,10 @@ export default function () {
}
const newConfig = _.defaultsDeep({
- // 强制性属性.
+ // 强制性属性 bug.
// lock 属性会造成 Cannot read properties of undefined (reading 'els')
- enableLocking: false,
+ // enableLocking: false,
+ syncRowHeight: false,
}, baseConfig(config, 'row-item'), config, grid)