mirror of
https://github.com/gosticks/react-bootstrap-table2.git
synced 2026-04-04 20:04:27 +00:00
@@ -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