added table componenet (#1542)

This commit is contained in:
Leila Lali
2018-06-04 12:04:05 -07:00
committed by GitHub
parent 9ad4ec6464
commit 473a414bc3
7 changed files with 275 additions and 3 deletions

View File

@@ -65,7 +65,8 @@ export enum ComponentEventType {
onDidChange,
onDidClick,
validityChanged,
onMessage
onMessage,
onSelectedRowChanged
}
export interface IModelStore {