mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-30 01:25:38 -05:00
Add styling and component column type to declarative table (#8476)
* Initial wip * wip * Working implementation * Make widths a bit nicer and remove sqlops addition * Add sqlops back in * Fix timing issue with tables * Undo change to sql.bat and remove loading component when done
This commit is contained in:
2
src/sql/azdata.d.ts
vendored
2
src/sql/azdata.d.ts
vendored
@@ -3171,10 +3171,10 @@ declare module 'azdata' {
|
||||
|
||||
export interface DeclarativeTableColumn {
|
||||
displayName: string;
|
||||
categoryValues: CategoryValue[];
|
||||
valueType: DeclarativeDataType;
|
||||
isReadOnly: boolean;
|
||||
width: number | string;
|
||||
categoryValues?: CategoryValue[];
|
||||
}
|
||||
|
||||
export interface DeclarativeTableProperties {
|
||||
|
||||
Reference in New Issue
Block a user