-
Notifications
You must be signed in to change notification settings - Fork 8
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
Table collapse all #1189
Merged
Merged
Table collapse all #1189
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mollykreis
reviewed
Apr 17, 2023
change/@ni-nimble-components-997c813b-24bc-4cff-93cf-ebd4a16affd9.json
Outdated
Show resolved
Hide resolved
packages/nimble-components/src/table/tests/table-column-sizing.spec.ts
Outdated
Show resolved
Hide resolved
packages/nimble-components/src/table/tests/table-column-sizing.spec.ts
Outdated
Show resolved
Hide resolved
jattasNI
reviewed
Apr 18, 2023
packages/nimble-components/src/table/components/row/template.ts
Outdated
Show resolved
Hide resolved
packages/nimble-components/src/table/components/header/tests/table-header.spec.ts
Outdated
Show resolved
Hide resolved
change/@ni-nimble-components-997c813b-24bc-4cff-93cf-ebd4a16affd9.json
Outdated
Show resolved
Hide resolved
packages/nimble-components/src/table/tests/table-column-sizing.spec.ts
Outdated
Show resolved
Hide resolved
mollykreis
reviewed
Apr 20, 2023
packages/nimble-components/src/table/components/row/template.ts
Outdated
Show resolved
Hide resolved
…o table-collapse-all
mollykreis
approved these changes
Apr 20, 2023
packages/nimble-components/src/table/tests/table-column-sizing.spec.ts
Outdated
Show resolved
Hide resolved
jattasNI
approved these changes
Apr 20, 2023
rajsite
approved these changes
Apr 20, 2023
…o table-collapse-all
5 tasks
jattasNI
approved these changes
Apr 25, 2023
change/@ni-nimble-angular-69e47a5c-036b-401c-b2c7-5c5cbc0ea07f.json
Outdated
Show resolved
Hide resolved
change/@ni-nimble-components-267b0549-1872-4bdd-9b84-bd8a1cf1bc92.json
Outdated
Show resolved
Hide resolved
rajsite
approved these changes
Apr 25, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request
🤨 Rationale
👩💻 Implementation
Primarily just adding a new button the
Table
template that, when pressed, will call a TanStack API to collapse all expanded rows. Additionally adding icon to header that represents whether that column is being used to group rows by.Note that there is now reserved space on the left-side of the table for the button.
🧪 Testing
Added unit tests.
✅ Checklist