1.0.2 • Published 5 years ago

virtualizedtableforantdtaxclient v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago
  • 申明

此项目来自作者wubostc,具体使用方法请参考https://github.com/wubostc/virtualized-table-for-antd

  • 说明

新增支持树形结构数据功能

VTComponents({
  // 隐藏行的key
  noShowKeys: this.findNoShowKey(dataSource),
  // 显示区表格的数据
  getVirtualTableData: this.getVirtualTableData
})
  • 安装
    npm i --save virtualizedtableforantdtaxclient