Adding a custom action component through a ViewColumn
I've created a action component in which I have included a method :
And on the view (blade) file i'm using {{ $this->joinAction }} like:
But i'm still getting an error that Property [$joinAction] not found on component:
What would be the correct setup to achieve this?
And on the view (blade) file i'm using {{ $this->joinAction }} like:
But i'm still getting an error that Property [$joinAction] not found on component:
What would be the correct setup to achieve this?