Skip to content
Snippets Groups Projects
Commit c35a1581 authored by Tom Robinson's avatar Tom Robinson
Browse files

Fix find/replace error that broke Table view

parent 3a134daf
No related branches found
No related tags found
No related merge requests found
......@@ -293,7 +293,7 @@ export default class TableInteractive extends Component {
ref="table"
rowHeight={35}
rowGetter={this.rowGetter}
rowCount={this.props.data.rows.length}
rowsCount={this.props.data.rows.length}
width={this.state.width}
height={this.state.height}
headerHeight={50}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment