Skip to content

feat: #10121 Implemented the Table Column Header Focus - #10369

Open
jsmitrah wants to merge 7 commits into
adobe:mainfrom
jsmitrah:feature/10121/table-column-header-focus-using-keyboard
Open

feat: #10121 Implemented the Table Column Header Focus#10369
jsmitrah wants to merge 7 commits into
adobe:mainfrom
jsmitrah:feature/10121/table-column-header-focus-using-keyboard

Conversation

@jsmitrah

Copy link
Copy Markdown

Closes #10121

✅ Pull Request Checklist:

  • Included link to corresponding React Spectrum GitHub Issue.
  • Added/updated unit tests and storybook for this change (for new code or code which already has tests).
  • Filled out test instructions.
  • Updated documentation (if it already exists for this component).
  • Looked at the Accessibility Practices for this feature - Aria Practices

📝 Test Instructions:

  • Pass the props as initialFocus="columnheader" to the table.
  • Press the Tab button to focus the table column header.

🧢 Your Project:

@jsmitrah jsmitrah changed the title implemented the table column header focus. fix:#10121 Implemented the Table Column Header Focus Jul 28, 2026
@jsmitrah jsmitrah changed the title fix:#10121 Implemented the Table Column Header Focus Feature - Fix:#10121 Implemented the Table Column Header Focus Jul 28, 2026
Comment thread packages/react-aria/src/grid/useGrid.ts Outdated
Comment thread packages/react-aria/src/table/TableKeyboardDelegate.ts Outdated
Comment thread packages/@adobe/react-spectrum/test/table/TableTests.js Outdated
@jsmitrah
jsmitrah requested a review from snowystinger July 29, 2026 13:43

@snowystinger snowystinger left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Thanks, this looks pretty good. Will bring it to the team and see how we feel about the prop/name etc

@snowystinger snowystinger changed the title Feature - Fix:#10121 Implemented the Table Column Header Focus feat: #10121 Implemented the Table Column Header Focus Jul 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Table: support configuring initial Tab focus target (e.g. first column header)

2 participants