AllenFang / AllenFang/react-bootstrap-table

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

Open
#1,463 6 comments 0 reactions 0 assignees View on GitHub
bug in progress
Dominant language
JavaScript
Stars
2.2k
Forks
761
PR merge metrics
No merged PRs in 30d

Description

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()}

```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.