This commit is contained in:
AllenFang 2019-05-19 16:28:36 +08:00
parent 036c3fdc32
commit a1457dfe59

View File

@ -40,7 +40,8 @@ const HeaderCell = (props) => {
const cellAttrs = {
..._.isFunction(headerAttrs) ? headerAttrs(column, index) : headerAttrs,
...headerEvents
...headerEvents,
tabIndex: index + 1
};
let sortSymbol;