ali-react-table icon indicating copy to clipboard operation
ali-react-table copied to clipboard

详情扩展的一些问题处理

Open cnwhy opened this issue 3 years ago • 0 comments

  1. fix: 当 自定义详情单元格样式不生效 'detailCellStyle'

    clickArea 的值不是 ‘cell’ ,自定义详情单元格样式 ‘detailCellStyle’ 不生效

  2. render 详情单元格内容时,用原始primaryKey值来计算应该更符合情境

    传进 render 函数的 primaryKey 值不是原始的 primaryKey 值

  3. fix: 当表头分组第一列就在组内时,树表格和带详情的功能失效问题处理

    直接取第一列导致的问题,这里我增加了一个更新第一个叶子节点的工具方法。

cnwhy avatar May 10 '22 11:05 cnwhy