mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-03 01:25:38 -05:00
expose the resizable option for table column (#14757)
This commit is contained in:
5
src/sql/azdata.proposed.d.ts
vendored
5
src/sql/azdata.proposed.d.ts
vendored
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user