mirror of
https://github.com/gosticks/react-bootstrap-table2.git
synced 2026-06-28 13:10:03 +00:00
set tabindex to 0 for table headers; fixes #955
This commit is contained in:
@@ -41,7 +41,7 @@ const HeaderCell = (props) => {
|
||||
const cellAttrs = {
|
||||
..._.isFunction(headerAttrs) ? headerAttrs(column, index) : headerAttrs,
|
||||
...headerEvents,
|
||||
tabIndex: index + 1
|
||||
tabIndex: 0
|
||||
};
|
||||
|
||||
let sortSymbol;
|
||||
|
||||
Reference in New Issue
Block a user