mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-18 09:35:39 -05:00
add aria label for checkboxes in declrative table (#22393)
This commit is contained in:
@@ -242,6 +242,8 @@ export default class DeclarativeTableComponent extends ContainerBase<any, azdata
|
||||
} else {
|
||||
return localize('blankValue', "blank");
|
||||
}
|
||||
} else if (cellData?.ariaLabel) {
|
||||
return cellData.ariaLabel;
|
||||
}
|
||||
|
||||
return '';
|
||||
|
||||
Reference in New Issue
Block a user