How to hide the actions column for certain roles? #705
-
Hello, Is it possible to completely hide the action column for users who have access to the admin panel? I am using the package PermissionManager. Second question Is it possible to move details_row_button.blade.php from left to right side in table? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @SequelONE 🙌
Yes!
Unfortunately, no (easily). |
Beta Was this translation helpful? Give feedback.
Hi @SequelONE 🙌
Yes!
Actually, we're about to merge a feature where you'll be able to grand or deny access to operations based on that entry, and the auth user.
You can read about it here; Laravel-Backpack/CRUD#5335, it will be available very soon.
Unfortunately, no (easily).
It may be possible, but it will not be easy at all. Datatables adds it there, and backpack hooks on it to adjust a lot of aspects in it, there's a bunch of CSS styles to align everything and deal with every case scenario (like havin…