React Query w/ AG Grid
I have successfully implemented React Query with AG Grid and for the most part it works as expected.
However, with filters it is behaving unpredictably. My main question: is if anyone here has 1) implemented the two together and 2) worked through more complex filtering issues?
The more difficult part of this is that I am actually getting data back from filtered queries and it is structured correctly.
I do think this is an AG Grid issue but their support was essentially use their filters or do a different way of fetching data. The problem here is the UI for their serverside data fetching creates a whole host of problems we have to then fix/solve on our end.
At the end of the day it is really hard for me to understand how the grid rows are based off of state that I set with React Query and then I update that state correctly, and it is correct, but then depending on the filter the ui just doesn't update even though the state is correctly updated
0 Replies