Row adding, some webpack tweaks
This commit is contained in:
@@ -129,7 +129,7 @@ class Column implements JsonSerializable, Arrayable
|
||||
{
|
||||
$b = objBag($obj);
|
||||
|
||||
if (!$b->has('name')) throw new NotApplicableException('Missing name in column');
|
||||
if (!$b->has('name') || $b->name == '') throw new NotApplicableException('Missing name in column');
|
||||
if (!$b->has('type')) throw new NotApplicableException('Missing type in column');
|
||||
|
||||
if ($b->name[0] == '_') { // global row ID
|
||||
|
||||
Reference in New Issue
Block a user