Can I add action to Table Group ?

All I want is when User click that action user will be redirect to that resource edit/view page!
Is it possible to add action on table group?

])->groups([ Tables\Grouping\Group::make('orderGroup.invoice_id') ->collapsible(), ])->defaultGroup('orderGroup.invoice_id');
1.png
Was this page helpful?