mirror of
https://github.com/gosticks/react-bootstrap-table2.git
synced 2025-10-16 11:55:39 +00:00
fix #929
This commit is contained in:
parent
036c3fdc32
commit
a1457dfe59
@ -40,7 +40,8 @@ const HeaderCell = (props) => {
|
||||
|
||||
const cellAttrs = {
|
||||
..._.isFunction(headerAttrs) ? headerAttrs(column, index) : headerAttrs,
|
||||
...headerEvents
|
||||
...headerEvents,
|
||||
tabIndex: index + 1
|
||||
};
|
||||
|
||||
let sortSymbol;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user