AllenFang / AllenFang/react-bootstrap-table

Deselecting a row on click doesn't work when cellEdit is true

未關閉
#375 14 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
bug
主要語言
JavaScript
星號
2.2k
分支
761
PR 合併指標
30 天內沒有已合併 PR

描述

I am having an issue with rows not deselecting when clicked on (selecting works fine) with cellEdit in place. There are 3 columns of which only the last one is editable, clicking on the row in column 1 or 2 doesn't deselect the row, right now deselecting only works when you click the checkbox. I am using the following settings for selectRow and cellEdit:

```
var selectRowProp = {
mode: "checkbox",
clickToSelect: true,
clickToSelectAndEditCell: true,
className: 'success',
selected: selected,
hideSelectColumn: false,
onSelect: this.handleRowSelect
};
var cellEdit = {
mode: "click",
blurToSave: true
};
```

貢獻指南

開啟貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。