Skip to content

Commit

Permalink
fix #114
Browse files Browse the repository at this point in the history
  • Loading branch information
AllenFang committed Jan 19, 2016
1 parent c5e03f6 commit 6878e90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/TableBody.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ class TableBody extends React.Component{
key={i}
className={tdClassName}
cellEdit={this.props.cellEdit}
hidden={column.hidden}
onEdit={this.handleEditCell.bind(this)}
width={column.width}>
{formattedValue}
Expand Down

0 comments on commit 6878e90

Please sign in to comment.