momentum-design / momentum-ui

Momentum UI is a collection of UI libraries for implementing Momentum Design into web applications and websites.
https://momentum.design
MIT License
199 stars 204 forks source link

#CX-10241 : Keyboard Shortcuts: Keyboard Navigation: Each row in table is tab focusable. #1608

Closed NamanGoel20 closed 5 months ago

NamanGoel20 commented 5 months ago

Added a property called "isRowFocusable" in the advanced table component, which when "true" will make the rows focusable via tab. If false, the rows will be skipped while tabbing.

Description

Related Issue

Motivation and Context

How Has This Been Tested?

Screenshots:

Before (If applicable):

After:

Types of changes

Checklist:

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 94.56%. Comparing base (d6a450e) to head (e2eb352).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1608 +/- ## ========================================== - Coverage 94.57% 94.56% -0.01% ========================================== Files 134 134 Lines 19210 19217 +7 Branches 2976 2982 +6 ========================================== + Hits 18167 18172 +5 - Misses 1043 1045 +2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.