AllenFang / AllenFang/react-bootstrap-table

TableHeaderColumn editable false has two different UI's?

Đang mở
#842 9 bình luận 0 reaction 0 người được giao Xem trên GitHub
enhancement in progress
Ngôn ngữ chính
JavaScript
Star
2.2k
Fork
761
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

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)

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.