Follow/Unfollow record is not working
I want to toggle follow/unfollow actions for each $record (table row):
However, when I click 'follow,' the action gets executed, but the 'follow' action does not get hidden, and the unfollow action does not get shown.
I am using
but this does not work. Please help.
Solution:Jump to solution
Thank you Leandro. I indeed start using the Toggle column:
```ToggleColumn::make('users.id')
->label('Volgen')
->onIcon('gmdi-star')...
3 Replies
Nobody?
Solution
Thank you Leandro. I indeed start using the Toggle column: