chore: DataTable Accessibility: BED-7226 #2793
Conversation
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository YAML (base), Organization UI (inherited) Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
| onDragOver({ active, over }: DragOverEvent) { | ||
| if (over) { | ||
| const item = active.id; | ||
| return `Sortable item ${item} was moved over over.id`; |
There was a problem hiding this comment.
Was this meant to be ${over.id}?
Description
Describe your changes in detail
WIP
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
Checklist: