Angular Data GridAG Grid Error #121

Full Error Text

a column you are grouping or pivoting by has objects as values. If you want to group by complex objects then either a) use a colDef.keyCreator (see AG Grid docs) or b) to toString() on the object to return a key
To show this error text in the dev console, import the ValidationModule.