mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-12 19:18:32 -05:00
declarative table fix (#14844)
* declarative table fixes * reset selectedRow * use eventHelper
This commit is contained in:
4
src/sql/azdata.proposed.d.ts
vendored
4
src/sql/azdata.proposed.d.ts
vendored
@@ -368,9 +368,9 @@ declare module 'azdata' {
|
||||
dataValues?: DeclarativeTableCellValue[][];
|
||||
|
||||
/**
|
||||
* Should the table react to user selections
|
||||
* Gets a boolean value determines whether the row selection is enabled. Default value is false.
|
||||
*/
|
||||
selectEffect?: boolean; // Defaults to false
|
||||
enableRowSelection?: boolean;
|
||||
}
|
||||
|
||||
export interface DeclarativeTableCellValue {
|
||||
|
||||
Reference in New Issue
Block a user