mirror of
https://github.com/gosticks/react-bootstrap-table2.git
synced 2026-06-28 21:20:04 +00:00
fix #929
This commit is contained in:
@@ -40,7 +40,8 @@ const HeaderCell = (props) => {
|
||||
|
||||
const cellAttrs = {
|
||||
..._.isFunction(headerAttrs) ? headerAttrs(column, index) : headerAttrs,
|
||||
...headerEvents
|
||||
...headerEvents,
|
||||
tabIndex: index + 1
|
||||
};
|
||||
|
||||
let sortSymbol;
|
||||
|
||||
Reference in New Issue
Block a user