Datagrid Button User Role Securty

Hi @gurol,

You can show/hide DataGrid Add button depending on user role. For example:

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

More info about security API can be found here:

Best Regards,
Vladimir