Skip to content

chore: DataTable Accessibility: BED-7226 #2793

Draft
jvacca-specterops wants to merge 29 commits into
mainfrom
BED-7226-datatable-accessibility
Draft

chore: DataTable Accessibility: BED-7226 #2793
jvacca-specterops wants to merge 29 commits into
mainfrom
BED-7226-datatable-accessibility

Conversation

@jvacca-specterops
Copy link
Copy Markdown
Contributor

Description

Describe your changes in detail

WIP

  • Added tab and arrow navigation to the DataTable component
  • Created global accessibility announcement provider
  • Added announcements for DataTable drag and drop
  • Added announcements for Explore Table Sorting

Motivation and Context

Resolves BED-7226

Why is this change required? What problem does it solve?

How Has This Been Tested?

Please describe in detail how you tested your changes.
Include details of your testing environment, and the tests you ran to
see how your change affects other areas of the code, etc.

Screenshots (optional):

Types of changes

  • Chore (a change that does not modify the application functionality)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Database Migrations

Checklist:

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 19, 2026

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository YAML (base), Organization UI (inherited)

Review profile: CHILL

Plan: Pro

Run ID: 0196ee7c-9c79-4f79-afbd-c083d7d65621

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch BED-7226-datatable-accessibility

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

onDragOver({ active, over }: DragOverEvent) {
if (over) {
const item = active.id;
return `Sortable item ${item} was moved over over.id`;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Was this meant to be ${over.id}?

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