-
Notifications
You must be signed in to change notification settings - Fork 161
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
Deprecate rowID and primaryKey in grid interfaces #13427
Deprecate rowID and primaryKey in grid interfaces #13427
Conversation
…into ddincheva/deprecatedPropRemovalMaster-16.1
…into ddincheva/deprecatedPropRemovalMaster-16.1
…github.com/IgniteUI/igniteui-angular into ddincheva/deprecatedPropRemovalMaster-16.1
@damyanpetev Reminder :) |
@ddincheva will shortly resolve the conflicts. |
…into ddincheva/deprecatedPropRemovalMaster-16.1
@@ -18,6 +18,7 @@ import { NgTemplateOutlet, NgIf, NgFor, NgStyle, NgClass } from '@angular/common | |||
}) | |||
export class IgxGridRowComponent extends IgxRowDirective { | |||
|
|||
// TODO, is this public? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It isn't :)
CHANGELOG.md
Outdated
@@ -22,6 +22,15 @@ All notable changes for each version of this project will be documented in this | |||
- Unified logic for vertical and horizontal virtualization such as - caching, updating, max browser size exceeding. | |||
- Addded new method - `addScroll` that can shift the scroll thumb by the specified amount in pixels (negative number to scroll to previous, positive to scroll next). Similar to `addScrollTop` but works for both vertical and horizontal virtualization. | |||
|
|||
|
|||
- `IgxGrid`, `IgxTreeGrid`, `IgxHierarchicalGrid`, `IgxPivotGrid` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All of those events are not really available for the IgxPivotGrid
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would still love to try to get a migration for this before the official release (though it'll likely be somewhat challenging) so we can guide users to drop the deprecated properties on the new event interfaces for rowAdd/Delete.
LGTM otherwise.
Closes #10617
Additional information (check all that apply):
Checklist:
feature/README.MD
updates for the feature docsREADME.MD
CHANGELOG.MD
updates for newly added functionalityng update
migrations for the breaking changes (migrations guidelines)