Merge pull request #636 from netbymatt/master

Fix row height option documentation
This commit is contained in:
Dolan
2020-09-13 03:01:30 +01: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