v1.5.0 - new features

This commit is contained in:
LINING-PC\lining
2025-12-13 13:46:16 +08:00
parent f8c6474efc
commit ae3b2cad4b
6 changed files with 82 additions and 3 deletions

View File

@@ -1514,6 +1514,7 @@ Customize task list display columns, width limits, etc. Task list is located on
| `defaultWidth` | `number \| string` | `320` | Default expanded width. Supports pixel number (like `320`) or percentage string (like `'30%'`) |
| `minWidth` | `number \| string` | `280` | Minimum width. Supports pixel number (like `280`) or percentage string (like `'20%'`). Cannot be less than 280px |
| `maxWidth` | `number \| string` | `1160` | Maximum width. Supports pixel number (like `1160`) or percentage string (like `'80%'`) |
| `showTaskIcon` | `boolean` | `true` | Whether to show Tasks' icons |
**TaskListColumnConfig Type Definition**