AllenFang / AllenFang/react-bootstrap-table
checkbox cells float to the right when in edit mode
Offen
- Vorherrschende Sprache
- JavaScript
- Sterne
- 2.2k
- Forks
- 761
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
Editing and saving works fine. The only problem is that the checkbox floats to the right when I click on the cell.
normal mode:

edit mode:

```
function boolFormatter (cell, row) {
return (
onDailyEmailChange(this)}
checked={cell}
/>
);
}
```
```
ID
Title
Budget
Daily Email
```
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.