F
Filament15mo ago
rabol

Access data/record in ViewField

Hi Has anyone made a field that can show base64 encoded image ? For my current project I have signatures in the db as base64 encoded data and on the view page I would like to display the signature.
7 Replies
Dennis Koch
Dennis Koch15mo ago
Use a view field and output an image with your data.
rabol
rabol15mo ago
But how do I get the data? <img src="{{$model.signature}}" alt="Signature" > does not work
Dennis Koch
Dennis Koch15mo ago
I think it's $record->signature?
rabol
rabol15mo ago
Undefined variable $record
Dennis Koch
Dennis Koch15mo ago
$this->record, $this->getRecord() ?
rabol
rabol15mo ago
$this->record->signature Thanks!
Unknown User
Unknown User15mo ago
Message Not Public
Sign In & Join Server To View
Want results from more Discord servers?
Add your server
More Posts