droplister
TCTwill CMS
•Created by droplister on 9/21/2023 in #👊support
Pass ID to additionalTableActions
Is there a way to get the current object's ID when I'm adding an additional action for a link like this?
public function additionalTableActions()
{
return [
'githubAction' => [
'link' => route('github', ['repo' => $object->id])
]
];
}
3 replies