Search code examples
aureliaag-grid

ag-Grid Change text of Header Group


I am using ag-Grid with Aurelia and wanted to change the text of all group headers when grouping grids. How can I do that?


Solution

  • You can access the GridApi via the api property on the ag-grid-aurelia custom element. From there it's just like it's described in the docs