Skip to content

Commit

Permalink
fix #215
Browse files Browse the repository at this point in the history
  • Loading branch information
AllenFang committed Jan 21, 2016
1 parent ba9adab commit 7810fa3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/TableColumn.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ class TableColumn extends React.Component{
shouldUpdated = shouldUpdated ||
children.props.type !== nextProps.children.props.type ||
children.props.checked !== nextProps.children.props.checked;
} else {
shouldUpdated = true;
}
} else {
shouldUpdated = shouldUpdated || children !== nextProps.children;
Expand Down

0 comments on commit 7810fa3

Please sign in to comment.