ag-grid does not refresh when using Observables
问题 I'm trying to bind the Angular-2 ag-grid with an Observable. The data in the grid is shown as expected when the grid loads for the first time. Following is the code that does this: this.settingsService.gen.subscribe( (settings) => { this.gridOptions.rowData = settings; }); I have set the grid options in the constructor of the typescript class in the component. Now, when I update the data for the observable, I see the updated changes propagated to the 'settings' (shown above), but the grid