Pinning Fixed Width Columns#2964
Open
hellovolcano wants to merge 53 commits into
Open
Conversation
jattasNI
reviewed
May 29, 2026
jattasNI
left a comment
Contributor
There was a problem hiding this comment.
I ran out of time to do a full review today. Just pointing out a couple things I noticed when playing with storybook.
Contributor
jattasNI
reviewed
Jun 16, 2026
…tories.ts Co-authored-by: Jesse Attas <jattasNI@users.noreply.github.com>
jattasNI
reviewed
Jun 16, 2026
jattasNI
reviewed
Jun 16, 2026
…nimble into users/vgleason/pinned-column
mollykreis
requested changes
Jun 17, 2026
mollykreis
reviewed
Jun 18, 2026
mollykreis
reviewed
Jun 18, 2026
mollykreis
approved these changes
Jun 19, 2026
Member
|
@hellovolcano I wasn't able to complete a review today, I do expect to review Monday |
This file contains hidden or 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
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
This PR adds support for pinning fixed-width table columns to the left side of the Nimble table, with primary support for icon-sized mapping columns.
Works toward addressing #848.
👩💻 Implementation
Added a sticky pinned column. When a column is pinned, it is the only thing that is sticky. Multiple fixed width columns can be pinned.
🧪 Testing
Added unit tests for pinned columns to table test spec
Added matrix tests to catch multiple combinations of table configuration
Manually verified:
✅ Checklist