If statement in put_table? #135
Unanswered
Shahin-rmz
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
Uh oh!
There was an error while loading. Please reload this page.
-
In my CRUD App, there is a list of objects in the Database, which every user can see.
I want to limit the permission of each user, to be able to delete/edit just the rows that they have inputted, not the rows of others.
on solution, is that inside partial function of buttons, check if the user is the owner of object.
I want to know, if there is any ways to not show the edit/delete buttons of other rows at all?
here is the code of table.
Beta Was this translation helpful? Give feedback.
All reactions