Merge pull request #1 from netbymatt/netbymatt-patch-1
Fix row height option
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user