mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -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 {
|
} else {
|
||||||
return localize('blankValue', "blank");
|
return localize('blankValue', "blank");
|
||||||
}
|
}
|
||||||
|
} else if (cellData?.ariaLabel) {
|
||||||
|
return cellData.ariaLabel;
|
||||||
}
|
}
|
||||||
|
|
||||||
return '';
|
return '';
|
||||||
|
|||||||
Reference in New Issue
Block a user