We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 036c3fd commit a1457dfCopy full SHA for a1457df
packages/react-bootstrap-table2/src/header-cell.js
@@ -40,7 +40,8 @@ const HeaderCell = (props) => {
40
41
const cellAttrs = {
42
..._.isFunction(headerAttrs) ? headerAttrs(column, index) : headerAttrs,
43
- ...headerEvents
+ ...headerEvents,
44
+ tabIndex: index + 1
45
};
46
47
let sortSymbol;
0 commit comments