VTable
VTable copied to clipboard
[Bug] 自定义布局方法value不应处理默认值
Version
1.3.2
Link to Minimal Reproduction
0.23.3
Steps to Reproduce
当自定义渲染时,应该自定义渲染逻辑中处理默认值, 此处处理遇到 false 0 等值就出问题了;
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