expose the resizable option for table column (#14757)

This commit is contained in:
Alan Ren
2021-03-16 15:45:25 -07:00
committed by GitHub
parent 89e5ee3c80
commit 150dec7211
3 changed files with 15 additions and 5 deletions

View File

@@ -1021,6 +1021,11 @@ declare module 'azdata' {
* The text to display on the column heading. 'value' property will be used, if not specified
*/
name?: string;
/**
* whether the column is resizable. Default value is true.
*/
resizable?: boolean;
}
export interface IconColumnOptions {