CRUD Operation on DataGrid

I would like to only allow CRUD operations for users with the admin role, but still allow authenticated users to view the data. How can I achieve this?

You can enable add, delete, etc using the approach from this thread:

For example:

${security.user.isInRole('admin')}