Oct 20, 2022
0
Level 1
Pass params to action on MetricTableRow
Hi, I would like to pass a params on actions like this:
->actions(function($bottle){ return [ MenuItem::externalLink('View' , '/admin/resources/bottles/' . $bottle['id']), ] });
How you do that? thanks
Please or to participate in this conversation.