AllenFang / AllenFang/react-bootstrap-table

TableHeaderColumn editable false has two different UI's?

オープン
#842 コメント 9 件 リアクション 0 件 担当者 0 名 GitHub で見る
enhancement in progress
主要言語
JavaScript
スター
2.2k
フォーク
761
PR マージ指標
30日以内にマージされた PR はありません

説明

Hi.
Relating to the issue #834, the following two sources show me different UI.
I was expecting the UI like the first one below, but it becomes the second one.
Do you know why it is?

1) When just setting editable={false}, it is just like a label.
```

```
![false](https://cloud.githubusercontent.com/assets/1356917/20381134/72bb66ba-ace9-11e6-98ba-26eb6df10a1c.png)

2) When calling a function, it is a disabled textfield.
```
checkEditable(cell) {
return false;
}
render() {
return(

...

);
}
```
![return_false](https://cloud.githubusercontent.com/assets/1356917/20381141/77253c6c-ace9-11e6-8f2b-7897a5aaf11d.png)

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

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

評価

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

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

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