Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Port Request] Fix copy behavior for sorted and/or filtered grid (#18695) #18729

Merged
merged 1 commit into from
Feb 20, 2025

Conversation

cssuh
Copy link
Member

@cssuh cssuh commented Feb 20, 2025

Fixes copy behavior by using the grid's built in Data provider if the grid is sorted or filtered (isDataInMemory = true), instead of making a getRows call to STS which would return the original grid data (before filtering/sorting is applied).

Ports #18695

Fixes #18516
Fixes #18620


This is a re-issue of #18719 which ported to the wrong release branch.

* fix copy behavior for sorted grid

* cleanup

* refactor pr comments

* assign copy string

* refactor

* add comments

* remove console.log
@kburtram kburtram merged commit d33ab01 into release/1.29 Feb 20, 2025
2 checks passed
@kburtram kburtram deleted the port/copy branch February 20, 2025 19:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants