AllenFang / AllenFang/react-bootstrap-table

checkbox cells float to the right when in edit mode

Aberta
#847 5 comentários 0 reações 0 responsáveis Ver no GitHub
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:
screen shot 2016-11-17 at 10 05 26 pm

edit mode:
screen shot 2016-11-17 at 10 05 42 pm

```
function boolFormatter (cell, row) {
return (


onDailyEmailChange(this)}
checked={cell}
/>

);
}
```

```

ID
Title
Budget
Daily Email

```

Guia de contribuição

Abrir o guia de contribuição

Avaliação

Esta issue ainda não foi avaliada.

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.