Version
1.7.2
Environment
chrome
Reproduction link

Steps to reproduce
使用table组件 并在columns里使用customCell 并设置单元格属性rowSpan 为0
What is expected?
表格支持行/列合并,使用 render 里的单元格属性 colSpan 或者 rowSpan 设值为 0 时,设置的表格不会渲染。
我在使用customCell中更改单元格rowspan为0时 表格不渲染
What is actually happening?
在使用customCell中更改单元格rowspan为0时 表格依旧渲染