© 2026 Hedgehog Software, LLC
data:image/png;base64,iVBORw0KGgoAAAANSUhE.....
ImageColumn
<img src class="" ...
public function getImageUrl(?string $state = null): ?string { if (filter_var($state, FILTER_VALIDATE_URL) !== false || // added str($state)->startsWith('data:') ) { return $state; }