diff --git a/packages/storybook-vue/stories/components/data-grid/DataGrid.stories.mdx b/packages/storybook-vue/stories/components/data-grid/DataGrid.stories.mdx index e432e7cb9c..d1bd284283 100644 --- a/packages/storybook-vue/stories/components/data-grid/DataGrid.stories.mdx +++ b/packages/storybook-vue/stories/components/data-grid/DataGrid.stories.mdx @@ -442,7 +442,8 @@ Expected format: date/time `string`, eg `'10:23:00'` ##### Unique options, and their defaults - `format?: string = 'MM.dd.yyyy'` -the date is parsed via date-fn, see [date-fn docs](https://date-fns.org/v2.30.0/docs/parse) for more info and additional formatting options, eg: `'dd.MM.yyyy'` + +to properly sort by date, the date string value is parsed according to this format. For more info and additional formatting options, e.g. `'dd/MM/yyyy'` check the [date-fn docs](https://date-fns.org/v2.30.0/docs/parse).