mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-18 17:22:45 -05:00
set aria label for table (#8443)
This commit is contained in:
@@ -364,4 +364,8 @@ export class Table<T extends Slick.SlickData> extends Widget implements IDisposa
|
||||
public set ariaRole(value: string) {
|
||||
this._tableContainer.setAttribute('role', value);
|
||||
}
|
||||
|
||||
public set ariaLabel(value: string) {
|
||||
this._tableContainer.setAttribute('aria-label', value);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user