mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-23 17:23:02 -05:00
table component improvement (#13801)
* hyperlink column * fixed width for image only button - old behavior
This commit is contained in:
@@ -44,8 +44,7 @@ export class ResourceViewerInput extends EditorInput {
|
||||
this.actionsColumn = new ButtonColumn<azdata.DataGridItem>({
|
||||
id: 'actions',
|
||||
iconCssClass: 'toggle-more',
|
||||
title: nls.localize('resourceViewer.showActions', "Show Actions"),
|
||||
sortable: false
|
||||
title: nls.localize('resourceViewer.showActions', "Show Actions")
|
||||
});
|
||||
this.refresh().catch(err => onUnexpectedError(err));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user