F
Filament12mo ago
Medo

How to get method value in custom column custom view page ?

How to get method value in custom column view page
3 Replies
Medo
Medo12mo ago
Patrick Boivin
Patrick Boivin12mo ago
Add a getter:
public function getFunctionName()
{
return $this->functionName;
}
public function getFunctionName()
{
return $this->functionName;
}
Then use {{ $getFunctionName() }} in your view. Also please read the #✅┊rules and paste your code as text next time 👍
Medo
Medo12mo ago
Thank You 🙂 Solved ♥
Want results from more Discord servers?
Add your server
More Posts