ant-design/components/table/demo/colspan-rowspan.md

12 lines
433 B
Markdown
Raw Normal View History

2016-08-15 07:54:01 +08:00
## zh-CN
2015-10-29 20:10:44 +08:00
表头只支持列合并,使用 column 里的 colSpan 进行设置。
2015-10-29 15:38:59 +08:00
2015-11-05 19:35:21 +08:00
表格支持行/列合并,使用 render 里的单元格属性 colSpan 或者 rowSpan 设值为 0 时,设置的表格不会渲染。
2015-10-29 15:38:59 +08:00
2016-08-15 08:07:03 +08:00
## en-US
Table column title supports `colSpan` that set in `column`.
Table cell supports `colSpan` and `rowSpan` that set in render return object. When each of them is set to `0`, the cell will not be rendered.