mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-27 17:23:21 -05:00
table component improvement (#13801)
* hyperlink column * fixed width for image only button - old behavior
This commit is contained in:
3
src/sql/azdata.d.ts
vendored
3
src/sql/azdata.d.ts
vendored
@@ -3222,6 +3222,9 @@ declare module 'azdata' {
|
||||
headerCssClass?: string;
|
||||
toolTip?: string;
|
||||
type?: ColumnType;
|
||||
/**
|
||||
* @deprecated options property is deprecated, use specific column types to access the options directly
|
||||
*/
|
||||
options?: CheckboxColumnOption | TextColumnOption;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user