-
Notifications
You must be signed in to change notification settings - Fork 431
Closed
Description
Hello,
I would like to hide completely a column if a user is not admin.
I know there is an option to 'hide' it (hidden) but the problem is that we can show it with the toogler...
For example:
We have a table of sales:
| Products | Prices |
|------------------------|
| Cap | 30€ |
|------------------------|
| ..... | ... |
|------------------------|
Default Users (not admin) can just see these columsn (products and prices)
However Administrator can see:
| Products | Prices | Admin Tools
|------------------------| -----------------------|
| Cap | 30€ | Delete product |
|------------------------| -----------------------|
| ..... | ... | .... |
|------------------------| -----------------------|
Is it possible ??
Metadata
Metadata
Assignees
Labels
No labels