Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
When rows models are fetched from the data provider, if any requested row is not returned, consider that this row has been excluded by EXCLUDE filtering, and remove its row component. Reposition all remaining rows when rows are excluded.
Keep track of excluded rows and of the world range that was used to exclude them.
During fullSearch with EXCLUDE filter, add previously excluded rows to the request to determine if they should reappear.
When complete update is requested, remove row components that are not visible because they would otherwise not be updated and their states could linger at the wrong position.
After a fullSearch update is completed, restart another request in case new rows have become visible due to space left by newly excluded rows.
Skip coarse update when EXCLUDED filter is applied. This helps prevent matching states that are only found in finer updates from temporarily disappearing during the coarse update.
Adjust the limits when moving vertically considering excluded rows.