Skip to content

Add HTMLAttributes To CommonColumnInfo.ellipsis #7266

@machao7

Description

@machao7

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions