We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5e03f6 commit 6878e90Copy full SHA for 6878e90
src/TableBody.js
@@ -80,6 +80,7 @@ class TableBody extends React.Component{
80
key={i}
81
className={tdClassName}
82
cellEdit={this.props.cellEdit}
83
+ hidden={column.hidden}
84
onEdit={this.handleEditCell.bind(this)}
85
width={column.width}>
86
{formattedValue}
0 commit comments