Ag-Grid Custom Filtering

Hi @robertf

:tada: dash-ag-grid-2.4.0 is now available!

The example that @jinnyzor posted above now works. It shows how to use a custom component in the header to filter the grid. This example uses dcc.RadioItems

As a bonus, it also demonstrates how to filter the Date column using a date filter comparator function in JavaScript. You can use this instead of the d3.timeParse. More info in the dash docs date filters section.

ag-grid-custom-function

dag-docs

3 Likes