Created by: DanWebb
As far as I know there are two ways to pass style options for a row:
- A single array containing styling options for all cells in the row
- Multiple arrays each containing options for individual cells in the row
The Issue When multiple arrays are provided some row options that aren't specific to each cell such as the rows height is not set.
The Solution When multiple arrays are provided take settings that apply to the whole row like the rows height from the first array in the list.