mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-16 17:22:29 -05:00
set aria label for table (#8443)
This commit is contained in:
@@ -252,6 +252,10 @@ export default class TableComponent extends ComponentBase implements IComponent,
|
||||
this._table.ariaRole = this.ariaRole;
|
||||
}
|
||||
|
||||
if (this.ariaLabel) {
|
||||
this._table.ariaLabel = this.ariaLabel;
|
||||
}
|
||||
|
||||
if (this.updateCells !== undefined) {
|
||||
this.updateTableCells(this.updateCells);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user