Skip to content

v2.11.0

Compare
Choose a tag to compare
@huangshuwei huangshuwei released this 16 Nov 03:18
· 1122 commits to master since this release

Feature

  • Add column hidden feature Details
    • Set the default hidden columns through the defaultHiddenColumnKeys property
    • Hide columns through instance method hideColumnsByKeys(keys)
    • Show hidden columns through instance method showColumnsByKeys(keys)

Feature

  • 添加列隐藏功能 查看详情
    • 使用 defaultHiddenColumnKeys 设置默认隐藏列
    • 使用实例方法 hideColumnsByKeys(keys) 将列隐藏
    • 使用实例方法 showColumnsByKeys(keys) 将隐藏的列显示