-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
Labels
Description
Clear and concise description of the problem
Add HTMLAttributes To CommonColumnInfo.ellipsis
https://github.com/tusen-ai/naive-ui/blob/main/src/data-table/src/interface.ts#L243
ellipsis?: Ellipsis | HTMLAttributes
Suggested solution
https://github.com/tusen-ai/naive-ui/blob/main/src/data-table/src/interface.ts#L243
ellipsis?: Ellipsis | HTMLAttributes
实际上 HTMLAttributes 设置是工作的,但是缺少 ts 类型声明。
Alternative
No response
Additional context
No response
Validations
- Read the Contributing Guidelines.
- Read the docs.
- Check that there isn't already an issue that request the same feature to avoid creating a duplicate.