AllenFang / AllenFang/react-bootstrap-table
expand by column: expandable={false} not working while column is custom format
Đang mở
bug
in progress
- Ngôn ngữ chính
- JavaScript
- Star
- 2.2k
- Fork
- 761
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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()}
```
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.