mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Add 'hidden' optional property to DeclarativeTableColumn (#16386)
* add setHideColumns to DeclarativeTableComponent * fixing tests using declarative table * replace setHiddenColumns on DeclarativeTableComponent with 'hidden' optional property on DeclarativeTableColumn * remove unnecessary changes
This commit is contained in:
1
src/sql/azdata.proposed.d.ts
vendored
1
src/sql/azdata.proposed.d.ts
vendored
@@ -269,6 +269,7 @@ declare module 'azdata' {
|
||||
rowCssStyles?: CssStyles;
|
||||
ariaLabel?: string;
|
||||
showCheckAll?: boolean;
|
||||
hidden?: boolean;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user