Merge pull request #636 from netbymatt/master
Fix row height option documentation
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 |
|
| 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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user