Skip to content

Commit 6878e90

Browse files
committed
fix #114
1 parent c5e03f6 commit 6878e90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/TableBody.js

+1
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ class TableBody extends React.Component{
8080
key={i}
8181
className={tdClassName}
8282
cellEdit={this.props.cellEdit}
83+
hidden={column.hidden}
8384
onEdit={this.handleEditCell.bind(this)}
8485
width={column.width}>
8586
{formattedValue}

0 commit comments

Comments
 (0)