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 还没有评估数据。