Fix row height option

This commit is contained in:
Matt Walsh
2020-09-11 21:10:10 -05:00
committed by GitHub
parent 25f7423533
commit af0bf5ced5

View File

@ -103,7 +103,7 @@ Here is a list of options you can add to the `table row`:
| children | `Array<TableCell>` | Required | | children | `Array<TableCell>` | Required |
| cantSplit | `boolean` | Optional | | cantSplit | `boolean` | Optional |
| tableHeader | `boolean` | Optional | | tableHeader | `boolean` | Optional |
| height | `{ value: number, rule: HeightRule }` | Optional | | height | `{ height: number, rule: HeightRule }` | Optional |
### Repeat row ### Repeat row