-
Notifications
You must be signed in to change notification settings - Fork 156
Adding templates for grid expansion indicator icons. Changing default icons. #5672
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
Conversation
…s and implementing for GroupBy.
…e for rows and implementing for HierarchicalGrid.
…ws and implementing for TreeGrid.
… header and implementing for GroupBy.
…eader for HierarchicalGrid.
…e for header for HierarchicalGrid. Adding expandAll/collapseAll api as defined in spec.
…nt state (igxRowExpandedIndicator/igxRowCollapsedIndicator and igxHeaderExpandedIndicator/igxHeaderCollapsedIndicator). Updating sample with custom icons.
|
@MayaKirova Here is the feedback:
|
@mpavlinov |
|
…ate. Template can not be used to change default behavior.
|
@kdinev Please confirm that the spec complies with your expectations so that we can continue with the implementation based on the new requirements. |
…rid and RowIslands.
|
@MayaKirova I'm wondering why in the example the hgrid instance has to be passed to the function call from that hgrid instance? I'm also starting to lead towards exposing both expand all and collapse all templates out of the box, with an hgrid input for whether the expandAll template should be shown, defaulting to false. This way the user would be able to show expandAll with our default template by simply setting |
|
hgrid doesn’t need to be passed as the expandAll api takes no params. Seems to be a problem in the spec snippet. Reg 2) Yes. It’s currently a bit inconsistent since the header template allows changing the behavior (since api calls are done inside the template) while the ones for the rows do not. Let me know if that’s what we’ll go with and I’ll update the spec accordingly. |
|
@kdinev
|
|
@MayaKirova I like it! Go ahead and make the necessary changes. |
|
@3phase Please re-retest according to the agreed on spec below:
|
Closes #5621
Closes #5540
Closes #4530
Additional information (check all that apply):
Checklist:
feature/README.MDupdates for the feature docsREADME.MDCHANGELOG.MDupdates for newly added functionalityng updatemigrations for the breaking changes