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

DataGrid - Performance drops on adding a large number of rows via editing.changes (T1251098) #28371

Open
wants to merge 4 commits into
base: 24_2
Choose a base branch
from

Conversation

tongsonbarbs
Copy link
Contributor

No description provided.

@tongsonbarbs tongsonbarbs requested review from pomahtri and a team November 15, 2024 06:01
@tongsonbarbs tongsonbarbs self-assigned this Nov 15, 2024
@@ -1770,8 +1764,7 @@ class EditingControllerImpl extends modules.ViewController {
return deferred.promise();
}

// @ts-expect-error
private _resolveAfterSave(deferred, { cancel, error } = {}) {
private _resolveAfterSave(deferred, { cancel = false, error = undefined } = {}) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
private _resolveAfterSave(deferred, { cancel = false, error = undefined } = {}) {
private _resolveAfterSave(deferred, { cancel = undefined, error = undefined } = {}) {

Minor
Let's not change behavior, looks unrelated to PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants