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
You can achieve the above functionality by creating a custom render component. checkout the similar example from AG Grid Rendering using Angular Components