Merge pull request #1 from netbymatt/netbymatt-patch-1

Fix row height option
This commit is contained in:
Matt Walsh
2020-09-11 21:10:45 -05:00
committed by GitHub

View File

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