ag-grid-angular-example icon indicating copy to clipboard operation
ag-grid-angular-example copied to clipboard

Grid not showing rows on info window of google map marker

Open sameerrswt opened this issue 7 years ago • 0 comments

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.

image

sameerrswt avatar Nov 13 '18 05:11 sameerrswt