mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-19 17:22:48 -05:00
Change tables to make them work for our scenario (#12193)
* Change tables to make them work for our scenario * Comments & deprecate API * Disable selections by default
This commit is contained in:
5
src/sql/azdata.d.ts
vendored
5
src/sql/azdata.d.ts
vendored
@@ -3306,7 +3306,10 @@ declare module 'azdata' {
|
||||
}
|
||||
|
||||
export interface DeclarativeTableProperties {
|
||||
data: any[][];
|
||||
/**
|
||||
* @deprecated Use dataValues instead.
|
||||
*/
|
||||
data?: any[][];
|
||||
columns: DeclarativeTableColumn[];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user