Fixing some examples

This commit is contained in:
David
2025-05-03 01:57:26 -04:00
parent 9f12bc28d0
commit d64e9c00be
13 changed files with 132 additions and 29 deletions

View File

@@ -55,4 +55,9 @@ class IconColumn implements IColumn, IColumnRenderer
$this->setIconCallback = $callback;
return $this;
}
public function isRelationship(): bool
{
return false;
}
}