summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--demo/angular2.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/demo/angular2.html b/demo/angular2.html
index 8732134..c0bf35f 100644
--- a/demo/angular2.html
+++ b/demo/angular2.html
@@ -98,7 +98,7 @@ layout: page
}
onFilterChange() {
- this.grid.refreshItems();
+ this.grid.async(() => this.grid.refreshItems());
this.grid.scrollToStart();
}