简体   繁体   中英

Deactivate default aria settings in Ag-grid table

Hi i'm trying to customize the aria labels in an application but screen reader is reading the position where we are in the table. Aria-labels to deactivate So I would like to know if it's possible to deactivate this functionality, and if it's possible just for one cell

I tried to create a custom cell with a cell rendering for customized the aria label in each cell, but the table has his own properties for the screen reader by default.

Programmatically, you should not attempt to turn off the table cell coordinates. That's not something you should decide. It's the user's choice whether they want to hear the table coordinates.

If you don't want to hear them, you can bring up the NVDA settings and go to the "Document Formatting" category (in the left panel) then scroll down the right panel to "Table information" and uncheck the "Cell coordinates" checkbox.

NVDA 表设置

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM