AnalyticalTable: How to set accessible name? #4257
-
When trying to set an accessible name on Is there any other way to enable screen readers (such as JAWS) to properly read the content and title of this component? These props are available for a significant quantity of components, including the regular |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
since the |
Beta Was this translation helpful? Give feedback.
Hi @stefanomantova
since the
AnalyticalTable
is not a web-component, but a standard React component using web-components. It's no necessary to offer properties likeaccessibleName
as you can just set thearia-label
yourself.