AllenFang / AllenFang/react-bootstrap-table

checkbox cells float to the right when in edit mode

オープン
#847 コメント 5 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
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:
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

```

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。