mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-19 09:35:36 -05:00
declarative table layout and option (#2007)
* added scroll bar to table content
This commit is contained in:
3
src/sql/sqlops.proposed.d.ts
vendored
3
src/sql/sqlops.proposed.d.ts
vendored
@@ -390,7 +390,8 @@ declare module 'sqlops' {
|
||||
export enum DeclarativeDataType {
|
||||
string = 'string',
|
||||
category = 'category',
|
||||
boolean = 'boolean'
|
||||
boolean = 'boolean',
|
||||
editableCategory = 'editableCategory'
|
||||
}
|
||||
|
||||
export interface RadioButtonProperties {
|
||||
|
||||
Reference in New Issue
Block a user