Search code examples
ag-gridag-grid-angular

Buttons under Filter not appearing in Ag-Grid


Edit: Here's a plunkr of my issue

Ag-Grid provides an option to set 4 buttons under the provided filters. These are Apply, Clear, Reset and Cancel buttons. Here is an example . I am trying to show the Apply and Reset buttons on the provided Number Filter but it's not showing. The filter is working fine but the buttons does not appear.

Here's my column defition:

filter: 'agNumberColumnFilter',
filterParams: {
    buttons: ['apply', 'reset']
},

And here's how it looks. No button is shown enter image description here

NB: I am using Ag-Grid 23.0.0 Community Edition with Angular 9.


Solution

  • I have updated to newest version "ag-grid-angular": "^23.2.1", "ag-grid-community": "^23.2.1", "ag-grid-enterprise": "^23.2.1",

    now it works with Angular 9 and TS