Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to display edit/delete button first on Nova laravel

I'm new to Nova Laravel. How can I add an action button before id? Action button like edit, delete and view. In some cases, I have a lot of data in index and difficult to manage action button.

enter image description here

like image 779
Pooja Jadav Avatar asked Nov 23 '25 18:11

Pooja Jadav


1 Answers

I don't understand if the question is how to move the default action buttons (view, edit, delete) to the left or how to add a button to invoke a custom action.

In both cases you will need two external packages.


In case you want to move the standard buttons to the left:

Install the package NovaActionsLeft

OR

In case you want to add a link to a custom action:

Install the package NovaActionButton

like image 169
Luca P. Avatar answered Nov 26 '25 11:11

Luca P.