AllenFang / AllenFang/react-bootstrap-table
checkbox cells float to the right when in edit mode
Aberta
- Linguagem predominante
- JavaScript
- Estrelas
- 2.2k
- Forks
- 761
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
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
```
Guia de contribuição
Avaliação
Esta issue ainda não foi avaliada.