Skip to content

Commit

Permalink
Merge pull request ElemeFE#188 from Leopoldthecoder/master
Browse files Browse the repository at this point in the history
add fit in table api
  • Loading branch information
QingWei-Li authored Sep 29, 2016
2 parents 2cf9663 + 58debf9 commit f1e742a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/docs/zh-cn/table.md
Original file line number Diff line number Diff line change
Expand Up @@ -842,6 +842,7 @@
| height | table 的高度,默认高度为空,即自动高度 | string |||
| stripe | 是否为斑马纹 table | boolean || false |
| border | 是否带有纵向边框 | boolean || false |
| fit | 列的宽度是否自撑开 | boolean || true |
| selection-mode | 列表项选择模式 | string | single/multiple/none | none |
| allow-no-selection | 单选模式是否允许选项为空 | boolean || false |
| fixed-column-count | 固定列的个数 | number || 0 |
Expand Down

0 comments on commit f1e742a

Please sign in to comment.