AllenFang / AllenFang/react-bootstrap-table
expand by column: expandable={false} not working while column is custom format
未关闭
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 还没有评估数据。