ag-grid-angular-cli-example
ag-grid-angular-cli-example copied to clipboard
Where can I see the 17.11 version of Angular
In the Tool Panel, Columns works as expected, but not filters. This is the chrome console error OfleetAggridComponent.html:1 ERROR TypeError: element.setAttribute is not a function at Function.Utils.addCssClass (ag-grid-community.cjs.js?7fb8:1167) at AgGroupComponent.addItem...
I think it would be great if we could get types added to the examples. I have spent a lot of time digging around for types in the definition files.
Im not sure what changed but I couldn't get this to work until I used headerGroupComponentFramework. https://github.com/ag-grid/ag-grid-angular-cli-example/blob/c226ce81f6660a5804202659e2f84361fd492f82/src/app/rich-grid-example/rich-grid.component.ts#L104
I am clicking on header but `onHeaderlClicked` event is not available. Ideally it should be there same as `onCellClicked`.