We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60eb47d commit e31b5ebCopy full SHA for e31b5eb
1 file changed
packages/react-bootstrap-table2/src/header-cell.js
@@ -41,7 +41,7 @@ const HeaderCell = (props) => {
41
const cellAttrs = {
42
..._.isFunction(headerAttrs) ? headerAttrs(column, index) : headerAttrs,
43
...headerEvents,
44
- tabIndex: index + 1
+ tabIndex: 0
45
};
46
47
let sortSymbol;
0 commit comments