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

fix(grids): Fix grid component to properly update columns when they are changed via the columns input #6

Merged
merged 5 commits into from
Feb 25, 2022

Conversation

Blackbaud-TrevorBurch
Copy link
Member

@Blackbaud-TrevorBurch Blackbaud-TrevorBurch commented Feb 25, 2022

The grid component was only updating the displayed columns array when columns were updated via template changes. This fix updated the displayed column array and the widths of all columns no matter how the available columns are updated.

@Blackbaud-SteveBrush Blackbaud-SteveBrush changed the title fix(grids): Fix grid component to properly updated columns when they are changed via the columns input fix(grids): Fix grid component to properly update columns when they are changed via the columns input Feb 25, 2022
@Blackbaud-SteveBrush Blackbaud-SteveBrush changed the title fix(grids): Fix grid component to properly update columns when they are changed via the columns input fix(grids): Fix grid component to properly updated columns when they are changed via the columns input Feb 25, 2022
Copy link
Member

@Blackbaud-SteveBrush Blackbaud-SteveBrush left a comment

Choose a reason for hiding this comment

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

See title, "properly updated"?

@Blackbaud-SteveBrush Blackbaud-SteveBrush dismissed their stale review February 25, 2022 18:55

See title, "properly updated"?

@Blackbaud-TrevorBurch Blackbaud-TrevorBurch changed the title fix(grids): Fix grid component to properly updated columns when they are changed via the columns input fix(grids): Fix grid component to properly update columns when they are changed via the columns input Feb 25, 2022
@Blackbaud-TrevorBurch
Copy link
Member Author

@Blackbaud-SteveBrush - good catch. Fixed

* docs: Add release notes for 5.5.0 release

* docs: Update release notes for 5.5.0 release
…ected property to grid rows (#3)

* fix(grids): Fixed the grid component to not improperly add the aria-selected property to grid rows

* Ignore me

* Revert last commit

Co-authored-by: Steve Brush <steve.brush@blackbaud.com>
@Blackbaud-TrevorBurch Blackbaud-TrevorBurch merged commit b3bf822 into main Feb 25, 2022
@Blackbaud-TrevorBurch Blackbaud-TrevorBurch deleted the fix-grid-input-column-updates branch February 25, 2022 19:28
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.

2 participants