AllenFang / AllenFang/react-bootstrap-table

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

オープン
#1,463 コメント 6 件 リアクション 0 件 担当者 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 を短くまとめたダイジェスト。