Skip to content

Commit

Permalink
Merge pull request #1343 from LoveMHz/patch-1
Browse files Browse the repository at this point in the history
Fix link in column api docs
  • Loading branch information
amcdnl authored Apr 1, 2018
2 parents 056765c + d917e35 commit 7abba16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/column/inputs.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Column label. If none specified, it will use the prop value and decamelize it.
The property to bind the row values to. If `undefined`, it will camelcase the name value.

### `flexGrow`: `number`
The grow factor relative to other columns. Same as the [flex-grow API](http =//www.w3.org/TR/css3-flexbox/).
The grow factor relative to other columns. Same as the [flex-grow API](https://www.w3.org/TR/css3-flexbox/).
It will any available extra width and distribute it proportionally according to all columns' flexGrow values. Default value: `0`

### `minWidth`: `number`
Expand Down

0 comments on commit 7abba16

Please sign in to comment.