Skip to content

v4.7.50

Compare
Choose a tag to compare
@xuliangzhan xuliangzhan released this 13 Jul 12:12
· 110 commits to master since this release
  • table
    • (v4部分兼容)调整参数 import-config.modes 默认参数由 ['insert', 'covering'] 改成 ['insertBottom', 'covering'],接收参数不兼容,可以通过全局兼容旧参数 setConfig({ table: { importConfig: { modes: ['insert', 'covering'] } } })
    • 优化树结构懒加载
  • column
    • 增加参数 footer-formatter