Answer the question
In order to leave comments, you need to log in
Is there a ready-made widget in Yii2?
We need a widget that will create links to the post management (edit, delete, hide), we need a widget like Breadcrumbs, Menu seems to be suitable, but it was not created for this purpose and it can be useful to me, maybe there is a special widget or I need make your own?
Menu::widget([
'items' => [
['label' => 'Редактировать', 'url' => ['admin/news-edit', 'id' => $model->id], 'visible' => Yii::$app->user->can('edit')],
],
]);
Answer the question
In order to leave comments, you need to log in
Well, there is definitely no such thing separately, but no one bothers you to do it on github :)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question