Skip to content

Commit a1457df

Browse files
committed
fix #929
1 parent 036c3fd commit a1457df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/react-bootstrap-table2/src/header-cell.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ const HeaderCell = (props) => {
4040

4141
const cellAttrs = {
4242
..._.isFunction(headerAttrs) ? headerAttrs(column, index) : headerAttrs,
43-
...headerEvents
43+
...headerEvents,
44+
tabIndex: index + 1
4445
};
4546

4647
let sortSymbol;

0 commit comments

Comments
 (0)