Skip to content

v4.9.26

Compare
Choose a tag to compare
@xuliangzhan xuliangzhan released this 14 Dec 04:31
· 9 commits to master since this release
  • table
    • 重构复选框,大幅提升渲染速度
    • 优化渲染样式,避免闪动 #2680
    • 优化拖拽效果
    • 优化自定义列拖拽样式
    • 支持分组表头拖拽 #2682
    • 增加参数 column-drag-config.isCrossDrag
    • 增加参数 column-drag-config.isToChildDrag
    • 增加参数 column-drag-config.isSelfToChildDrag
    • 增加方法 setCheckboxRowKey
    • 增加方法 isCheckedByCheckboxRowKey
    • 增加方法 isIndeterminateByCheckboxRowKey
    • 增加方法 setRadioRowKey
    • 增加方法 isCheckedByRadioRowKey