Set empty array as default for column widths
This commit is contained in:
parent
49e621b822
commit
aa5ec507c2
@ -13,7 +13,7 @@ trait ManagesCellSize
|
||||
private $defaultRowHeight;
|
||||
|
||||
/** @var array Array of min-max-width arrays */
|
||||
private $columnWidths;
|
||||
private $columnWidths = [];
|
||||
|
||||
/**
|
||||
* @param float|null $width
|
||||
|
Loading…
x
Reference in New Issue
Block a user