4

データが変更された場合、Angular 2 Kendo グリッドをどのように更新しますか?

private trash() {
  this.gridView.data.splice(index, 1);
  //I wish to refresh here
}
4

2 に答える 2