AllenFang / AllenFang/react-bootstrap-table
checkbox cells float to the right when in edit mode
オープン
- 主要言語
- JavaScript
- スター
- 2.2k
- フォーク
- 761
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
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
```
コントリビューションガイド
評価
この issue はまだ評価されていません。