mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-17 01:25:36 -05:00
declarative table layout and option (#2007)
* added scroll bar to table content
This commit is contained in:
@@ -272,7 +272,8 @@ export enum DataProviderType {
|
||||
export enum DeclarativeDataType {
|
||||
string = 'string',
|
||||
category = 'category',
|
||||
boolean = 'boolean'
|
||||
boolean = 'boolean',
|
||||
editableCategory = 'editableCategory'
|
||||
}
|
||||
|
||||
export enum CardType {
|
||||
|
||||
Reference in New Issue
Block a user