z-song / laravel-admin

Build a full-featured administrative interface in ten minutes
https://laravel-admin.org
MIT License
11.15k stars 2.82k forks source link

Is it possible to move the actions column in grid to be the first column instead of last? #5636

Open emilas44 opened 2 years ago

emilas44 commented 2 years ago

Description:

By default the actions column with actions button "Show", "Edit", "Delete" is the last column on the right in the grid view So the question is if it's possible to move the actions column to the left so that it's the first column in the grid?

KomAuras commented 2 years ago

As far as I can see from the code, there is no such functionality. You can inherit the grid and fix the addDefaultColumns method in it.