AllenFang / AllenFang/react-bootstrap-table
KeyboardNav doesn't allow keyHandlers to access links
Đang mở
- 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ả
When using KeyboardNav, I am unable to access any links in cells that are clickable via the mouse. This is an accessibility issue.
There doesn't seem to be a workaround since I can't attach a handler to the table cell.
```js
Tag Name
function TagNameLinkFormatter(cell,row){
let LinkString = `/schemaview/id/${row.MW_XS_ID}`
return (
{cell}
)
}
```
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.