DevExpress / devextreme-reactive

Business React components for Bootstrap and Material-UI
https://devexpress.github.io/devextreme-reactive/
Other
2.08k stars 384 forks source link

Reactive Grid - VirtualTable - It's not possible to reset the current loading state if infiniteScrolling is `true` #3077

Closed DevExpressSupportTeam closed 4 years ago

DevExpressSupportTeam commented 4 years ago

Example: https://codesandbox.io/s/reative-grid-reset-state-after-filtering-6rnb1?file=/demo.js

Steps:

  1. Open the example
  2. Scroll the grid multiple times to load 80-100 rows
  3. Click on the "Change Filter" button
  4. Try scrolling the grid

Actual behavior:

Grid stops loading records after scrolling multiple pages

Expected behavior:

Grid should load the next pages

artyil commented 4 years ago

Hi, do you have plans to solve it in next release?