ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: Punit on March 25, 2026, 06:28:11 pm

Title: Calculation Refresh Issue on Scroll In React
Post by: Punit on March 25, 2026, 06:28:11 pm
When we have large data, the calculation doesn’t update properly after changing a value. It only updates after scrolling up and then back down

I added a value, and it is shown in screenshot_5. The calculated data is displayed in screenshot_6. After deleting the value, it is shown in screenshot_8, but the calculation is not update and is still displayed in screenshot_7
Title: Re: Calculation Refresh Issue on Scroll In React
Post by: paramvir on March 25, 2026, 07:55:17 pm
Please use the option refreshCompareBy: 'render' or refreshCompareBy: ''

https://paramquery.com/pro/api#option-refreshCompareBy

and let me know the results.