mirror of
https://github.com/gosticks/react-bootstrap-table2.git
synced 2025-10-16 11:55:39 +00:00
parent
60eb47dc9e
commit
4ec02b294a
@ -41,7 +41,7 @@ const HeaderCell = (props) => {
|
|||||||
const cellAttrs = {
|
const cellAttrs = {
|
||||||
..._.isFunction(headerAttrs) ? headerAttrs(column, index) : headerAttrs,
|
..._.isFunction(headerAttrs) ? headerAttrs(column, index) : headerAttrs,
|
||||||
...headerEvents,
|
...headerEvents,
|
||||||
tabIndex: index + 1
|
tabIndex: 0
|
||||||
};
|
};
|
||||||
|
|
||||||
let sortSymbol;
|
let sortSymbol;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user