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