Table Layout changing while using making the action column hidden #1578
Unanswered
nepaliayush
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
when i make the action column hidden the table layout is changing. I need to make the column visible/hidden with roles and i ma using spatie for it.
This is my code
public function columns(): array {
// Determine the user's roles
$userRoles = auth()->user()->roles;
Beta Was this translation helpful? Give feedback.
All reactions