Skip to content

Conversation

@TheMaskedTurtle
Copy link
Contributor

PR Summary

That fixes the debounce issue within custom aggrid filter component. The problem is that we linked the value displayed with the actual value used for filtering. We want to debounce the filtering operation because it is costly, but we don't want to debounce the displayed value. Then, we have to separate variables. The problem is that we still need to update the content of the filter component if it has been changed in another tab of the study (updated in redux). We can maybe accept a compromise where there are absolutely no glitches in the filter component but, if we have two opened filter component on the same study with two tabs it won't be up-to-date. When we close the filter component and re-open it would be up-to-date again.

@TheMaskedTurtle TheMaskedTurtle force-pushed the jorism/fix/debounce-aggrid-filters branch from 4ffec91 to f1487f4 Compare December 12, 2025 10:34
@sonarqubecloud
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants