mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-05 09:35:39 -05:00
expose the resizable option for table column (#14757)
This commit is contained in:
@@ -68,6 +68,7 @@ export class AssessmentResultGrid implements vscode.Disposable {
|
||||
width: 10,
|
||||
headerCssClass: headerCssClass,
|
||||
toolTip: localize('asmt.column.targetType', "Target Type"),
|
||||
resizable: false,
|
||||
},
|
||||
{ value: LocalizedStrings.TARGET_COLUMN_NAME, headerCssClass: headerCssClass, width: 125 },
|
||||
{ value: LocalizedStrings.SEVERITY_COLUMN_NAME, headerCssClass: headerCssClass, width: 100 },
|
||||
|
||||
Reference in New Issue
Block a user