admin icon indicating copy to clipboard operation
admin copied to clipboard

Column Action

Open mapeveri opened this issue 9 years ago • 1 comments

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 :)

mapeveri avatar Sep 23 '15 15:09 mapeveri

Any idea on this issue?

mapeveri avatar Sep 24 '15 13:09 mapeveri