Skip to content

v2.16.0

Choose a tag to compare

@huangshuwei huangshuwei released this 25 Mar 09:50
· 684 commits to master since this release

Feature

  • Add new instance method scrollToColKey({colKey}) detail
  • Add new instance method setCellSelection({rowKey,colKey}) detail
  • Cell selection by click, and the hidden row will be automatically displayed in the visible range detail

Bug Fixes

  • Fix the bug that multiple tables have fixed columns, and only one is effective #467
  • Fix the bug that multiple right-click menu component options are suspended and only one takes effect

Feature

  • 新增列滚动实例方法 scrollToColKey({colKey}) 查看详情
  • 新增单元格选中实例方法 setCellSelection({rowKey,colKey}) 查看详情
  • 单元格点击选择,自动将隐藏的行内容显示在可视范围 查看详情

Bug Fixes

  • 修复多个表格包含固定列功能,只有一个生效的问题 #467
  • 修复多个右键菜单选项悬浮,只有一个生效的问题