ag-grid-angular-example
ag-grid-angular-example copied to clipboard
Grid not showing rows on info window of google map marker
Hi I have set rowData and then call setRowData method, but even after that grid is only showing "Loading..".
this.compRef.instance.rowData = this.compRef.instance.filterExposureCollection('Active'); this.compRef.instance.gridApi.setRowData(this.compRef.instance.rowData);
Can you please help.
