I want to grant add, edit delete privileges per user.
For example, User A can do add, only User C can delete operation.
1 Answers
You can control these operations via set_actions() method and only set them to “true” for authorized users.
http://phpgrid.org/docs/grid-options/#grid-actions
User management and ACL is currently not part of this library.
Your Answer