admin
admin copied to clipboard
Column Action
Hi everyone, i need add the new column with one redirect to new crud, that this latter filter by ID that receives as parameter in the url.
I was checked the option "column action":
Column::action('show', 'Label')->url(function ($instance) { return URL::route('admin.projects', [$instance->id]); })
But return this error:
Route [admin.projects] not defined.
This url is there because it is the main, still does not add the new crud. It is only a test, but not found.
Help me please :)
Any idea on this issue?