I am trying to immplement a buttonrenderer inside angular ag-grid
so i have a columndefs defined. The problem is the label of button is static and cannot be changed. Hence all buttons have same label, but i want to give the cell content value ('field from columndefs') as label to the button
Is that possible? If yes any ideas how?
https://stackblitz.com/edit/angular-ag-grid-button-renderer?file=src/app/app.component.ts