Author Topic: Calculation Refresh Issue on Scroll In React  (Read 513 times)

Punit

  • Pro Ultimate
  • Jr. Member
  • *
  • Posts: 60
    • View Profile
Calculation Refresh Issue on Scroll In React
« 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
« Last Edit: March 25, 2026, 06:29:59 pm by Punit »

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6552
    • View Profile
Re: Calculation Refresh Issue on Scroll In React
« Reply #1 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.
« Last Edit: March 25, 2026, 08:03:10 pm by paramvir »