AllenFang / AllenFang/react-bootstrap-table

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

Aperta
#1,463 6 commenti 0 reazioni 0 assegnatari Vedi su GitHub
bug in progress
Lingua principale
JavaScript
Stelle
2.2k
Fork
761
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

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

```

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.