AllenFang / AllenFang/react-bootstrap-table

expand by column: expandable={false} not working while column is custom format

未关闭
#1,463 6 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
bug in progress
主要语言
JavaScript
星标
2.2k
派生
761
PR 合并指标
30 天内没有已合并 PR

描述

click the cell with button or badge still can expand the row

```
settingFormatter(cell, row){
return (

this.props.loadOffSideBar(true, ACT_TYPE_EDIT, row.id, row.name, row.text)} >
this.props.deleteEvent(row)} >

);
}
statusFormatter(cell, row){
return (

{row.isPublish ?
Published:
Draft
}

);
}

Status


{this.renderCustomHeader()}

```

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。