append data functionality (#13120)

append data functionality
This commit is contained in:
Vladimir Chernov
2020-10-29 01:57:08 +03:00
committed by GitHub
parent 31817c5494
commit e679d70a4b
7 changed files with 30 additions and 8 deletions

View File

@@ -195,6 +195,7 @@ export function createViewContext(): ViewTestContext {
data: [] as any[][],
columns: [] as string[],
onRowSelected: onClick.event,
appendData: (data: any[][]) => undefined,
});
let loadingComponent: () => azdata.LoadingComponent = () => Object.assign({}, componentBase, {