declarative table fix (#14844)

* declarative table fixes

* reset selectedRow

* use eventHelper
This commit is contained in:
Alan Ren
2021-03-24 10:45:43 -07:00
committed by GitHub
parent 0fb01b5b34
commit 92e9a423a0
5 changed files with 57 additions and 24 deletions

View File

@@ -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 {