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 (
<HeaderCell
index={ i }
key={ column.key ? column.key : column.dataField }
key={ column.dataField }
column={ column }
onSort={ onSort }
sorting={ currSort }