getTableRecordActionUsing() not working for me any idea??
i follow the docs and this message and keep getting the url to ".../edit/x"
https://discord.com/channels/883083792112300104/883085291722788964/1011586436270673920
3 Replies
Fixed:
should be
fn (Model $record) => SourceResource::getUrl('view', ['record' => $record])
Thanks Dan, you are the best