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

Update fixed-data-table and enable allowCellsRecycling to try to improve scroll performance

parent 3b04c14e
No related branches found
No related tags found
No related merge requests found
Source diff could not be displayed: it is too large. Options to address this: view the blob.
......@@ -23,7 +23,7 @@
"d3": "^3.5.6",
"d3-tip": "^0.6.7",
"dc": "^2.0.0-beta.14",
"fixed-data-table": "^0.4.2",
"fixed-data-table": "^0.4.7",
"humanize-plus": "^1.5.0",
"inflection": "^1.7.1",
"jquery": "^2.1.4",
......
......@@ -279,6 +279,7 @@ export default class QueryVisualizationTable extends Component {
headerHeight={50}
isColumnResizing={this.isColumnResizing}
onColumnResizeEndCallback={this.columnResized}
allowCellsRecycling={true}
>
{tableColumns}
</Table>
......
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