VTable icon indicating copy to clipboard operation
VTable copied to clipboard

[Bug] 自定义布局方法value不应处理默认值

Open creasy2010 opened this issue 8 months ago • 2 comments

Version

1.3.2

Link to Minimal Reproduction

0.23.3

Steps to Reproduce

当自定义渲染时,应该自定义渲染逻辑中处理默认值, 此处处理遇到 false 0 等值就出问题了;

image

Current Behavior

value: table.getCellValue(col, row) || ''

Expected Behavior

value:table.getCellValue(col, row)

Environment

- OS: mac
- Browser: chrome
- Framework: react+vite

Any additional comments?

No response

creasy2010 avatar Jun 19 '24 09:06 creasy2010