diff --git a/docs/web/api/date-picker.en-US.md b/docs/web/api/date-picker.en-US.md index 1cf868ac4f..3497d45919 100644 --- a/docs/web/api/date-picker.en-US.md +++ b/docs/web/api/date-picker.en-US.md @@ -86,6 +86,12 @@ Prefix and suffix icons can be customized through `prefixIcon` and `suffixIcon`. {{ custom-icon }} +### Custom Cell Selector + +Each date cell can be customized through `cell` + +{{ custom-cell }} + ### Date Selection Panel Used Alone You can use `DatePickerPanel` and `DateRangePickerPanel` separately. You can assemble your own date picker. diff --git a/docs/web/api/date-picker.md b/docs/web/api/date-picker.md index 948b2ecba2..3bba8ef778 100644 --- a/docs/web/api/date-picker.md +++ b/docs/web/api/date-picker.md @@ -86,6 +86,12 @@ spline: form {{ custom-icon }} +### 自定义单元格的选择器 + +支持通过 `cell` 自定义任意日期单元的渲染内容 + +{{ custom-cell }} + ### 日期选择面板单独使用 支持 `DatePickerPanel` 和 `DateRangePickerPanel` 单独使用场景,可以自行组装日期选择器。