Skip to content

Commit

Permalink
Merge pull request ant-design#455 from ant-design/feature-delStyleAlign
Browse files Browse the repository at this point in the history
del align
  • Loading branch information
afc163 committed Oct 30, 2015
2 parents 9a326d3 + cc58106 commit 483446b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion components/table/demo/colspan-rowspan.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ const columns = [{
return {
children: <a href="javascript:;">{text}</a>,
props: {
align: 'center',
colSpan: 5
}
}
Expand Down
2 changes: 1 addition & 1 deletion components/table/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ var dataSource = new Table.DataSource({
|------------|----------------------------|-----------------|---------------------|---------|
| title | 列头显示文字 | String or React.Element | | |
| dataIndex | 列数据在 data 中对应的 key | String | | |
| colSpan | 表头列合并,设置为0时,不渲染 | Number | | |
| colSpan | 表头列合并,设置为 0 时,不渲染 | Number | | |
| key | React 需要的 key | String | | |
| render | 生成复杂数据的渲染函数,参数分别为当前列的值,当前列数据,列索引,@return里面可以设置表格[行/列合并](#demo-colspan-rowspan) | Function(text, record, index) {} | | |
| filters | 表头的筛选菜单项 | Array | | |
Expand Down

0 comments on commit 483446b

Please sign in to comment.