ag-grid / ag-grid-vue-example

Example of using ag-Grid with Vue
134 stars 68 forks source link

Unable to get DateComponent Working #16

Closed jprioux160 closed 4 years ago

jprioux160 commented 5 years ago

Hello,

I am trying to implement custom Date Component, but it does not seem to work. I added those lines in createColumnDefs() inside RichGridExample.vue. It does not work.

                    {
                      headerName: 'date',
                      field: "date",
                      width: 120,
                      filter: 'agDateColumnFilter'
                    }
seanlandsman commented 4 years ago

Please reserve Github for the raising of issues.

For support either contact our customer services team or raise an issue on StackOverflow.

thanks