Filter execution probelm
melissacline opened this issue · 3 comments
From @cmarkello on April 13, 2016 19:49
Filters on both the Default and Research facing sides of the website are properly querying the server for data, but are not updating what is shown on the website until another interaction that changes a state variable is made.
This causes a lag were when a filter is made, only the results of the previous filter is shown. Afterwards, when you click on a hide/show button, the website then displays the correctly filtered dataset.
This is likely an issue with how the React component lifecycle functions were implemented in the DataTable component.
Copied from original issue: BD2KGenomics/brca-pipeline#154
From @cmarkello on April 13, 2016 20:51
More specifically it's an issue with how the shouldComponentUpdate
function was implemented.
From @benedictpaten on April 15, 2016 16:48
Is this fixed?
Moving to brca-website