ag-grid-angular-cli-example icon indicating copy to clipboard operation
ag-grid-angular-cli-example copied to clipboard

In version 22.1.1 sideBar Filters is not working

Open cospuiu opened this issue 5 years ago • 1 comments
trafficstars

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 (ag-grid-community.cjs.js?7fb8:32691) at eval (toolPanelFilterGroupComp.js?d2b7:40) at Array.forEach () at ToolPanelFilterGroupComp.init (toolPanelFilterGroupComp.js?d2b7:40) at eval (ag-grid-community.cjs.js?7fb8:3082) at Array.forEach () at eval (ag-grid-community.cjs.js?7fb8:3082) at Context.forEachMetaDataInHierarchy (ag-grid-community.cjs.js?7fb8:3031) at eval (ag-grid-community.cjs.js?7fb8:3077)

cospuiu avatar Dec 18 '19 19:12 cospuiu

Same issue, to solve it you just have to not give AllModules to the grid when side bar is enabled !

ahmadi3d avatar Mar 28 '21 06:03 ahmadi3d