F
Filament2y 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
MedoOP2y ago
Patrick Boivin
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
MedoOP2y ago
Thank You 🙂 Solved ♥

Did you find this page helpful?