Filter for dash ag grid date column is not working

Filter for dash ag grid date column is not working. Can someone guide me if i missed something
image
Screenshot 2024-02-02 173526

{
            "headerName": "Measure Start Date",
            "field": "start_date",
            "filter": "agDateColumnFilter",
            "width": "150px",
            "valueGetter": {
                "function": "d3.timeParse('%d/%m/%Y')(params.data.start_date)"
            },
            "valueFormatter": {"function": "params.data.start_date"},
            "filterParams": {
                "browserDatePicker": True,
                "closeOnApply": True,
            },
        },

It stops working for date or decimal and for underscores.

Hi @Vaishali

Can you please give more information? A minimal example with data would help.