Compare commits

..

No commits in common. "master" and "react-bootstrap-table2-example@1.0.36" have entirely different histories.

View File

@ -48,7 +48,7 @@ const Header = (props) => {
return ( return (
<HeaderCell <HeaderCell
index={ i } index={ i }
key={ column.key ? column.key : column.dataField } key={ column.dataField }
column={ column } column={ column }
onSort={ onSort } onSort={ onSort }
sorting={ currSort } sorting={ currSort }