Skip to content

Commit

Permalink
add fit in table api
Browse files Browse the repository at this point in the history
  • Loading branch information
Leopoldthecoder committed Sep 29, 2016
1 parent 4f8e6a5 commit 58debf9
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 58debf9

Please sign in to comment.