mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-27 01:25:36 -05:00
Adding aria role to hyperlink cell in slickgrid (#21998)
* Adding aria role to hyperlink * Adding default
This commit is contained in:
@@ -205,7 +205,8 @@ export default class TableComponent extends ComponentBase<azdata.TableComponentP
|
||||
cellValue = <HyperlinkCellValue>{
|
||||
iconCssClass: hyperlinkValue.icon ? this.createIconCssClassInternal(hyperlinkValue.icon) : undefined,
|
||||
title: hyperlinkValue.title,
|
||||
url: hyperlinkValue.url
|
||||
url: hyperlinkValue.url,
|
||||
role: hyperlinkValue.role
|
||||
};
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user