Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/web/api/date-picker.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 6 additions & 0 deletions docs/web/api/date-picker.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,12 @@ spline: form

{{ custom-icon }}

### 自定义单元格的选择器

支持通过 `cell` 自定义任意日期单元的渲染内容

{{ custom-cell }}

### 日期选择面板单独使用

支持 `DatePickerPanel` 和 `DateRangePickerPanel` 单独使用场景,可以自行组装日期选择器。
Expand Down
Loading