I'm using Ag Grid for Angular 2.
Upon trying to the filter, the filter icon is not getting displayed in the grid header of the column after fetching the data.
Icon was displaying until this line executes:
self.gridOptions.api.setRowData(self.rowData);
If I Remove ad-hidden from html then the Icon is getting displayed. Not sure what is happening in the background.
If needed i can post my code.
Icon HTML:
<span ref="eFilter" class="ag-header-icon ag-filter-icon ag-hidden" aria-hidden="true"><span class="ag-icon ag-icon-filter"></span></span>