Search code examples
ag-gridag-grid-angular

How to render the HTML icons inside a each cell in a column in ag-grid and make it clickable?


I need three icons/buttons in one cell in each row and make it clickable. In other words i will need three icons in each cell in specific column (rest of the column will have data), See attached image for example. Language using: Angular and ag-grid techniques See this mockup image for example


Solution

  • You can achieve the above functionality by creating a custom render component. checkout the similar example from AG Grid Rendering using Angular Components