AllenFang / AllenFang/react-bootstrap-table

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

Offen
#1,463 6 Kommentare 0 Reaktionen 0 zugewiesene Personen Auf GitHub ansehen
bug in progress
Vorherrschende Sprache
JavaScript
Sterne
2.2k
Forks
761
PR-Merge-Kennzahlen
Keine gemergten PRs in 30 T.

Beschreibung

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

```

Beitragsleitfaden

Beitragsleitfaden öffnen

Bewertung

Dieses Issue wurde noch nicht bewertet.

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.