Skip to content

the first td element of "ant-table-expanded-row" will be affected by transformCellText #5641

@arika163

Description

@arika163
  • I have searched the issues of this repository and believe that this is not a duplicate.

Version

1.6.5

Environment

latest chrome, windows 10,vue 2.x

Steps to reproduce

transformCellText({ text }) {
  return text === "" || text === null || text === undefined ? "-" : text
}

set this function to config provider and write a simple expand table in it

reproduce link

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