diff --git a/src/table/table-header.jsx b/src/table/table-header.jsx
index f0c8c4e9055854..06786fb1da42f9 100644
--- a/src/table/table-header.jsx
+++ b/src/table/table-header.jsx
@@ -152,7 +152,7 @@ const TableHeader = React.createClass({
},
_getSelectAllCheckboxColumn(props) {
- if (!this.props.displaySelectAll) return this._getCheckboxPlaceholder(props);
+ if (!this.props.displaySelectAll) return this._getCheckboxPlaceholder(props);
const checkbox =
;
+ const key = 'hpcb' + props.rowNumber;
return (
-
+
{checkbox}
);