Hello,
We are currently using GroceryCRUD Enterprise 3.1.11 with Laravel 11.
In the “Actions” column, we want to disable or hide specific actions for certain rows in the DataGrid based on the current user or other conditions. For example, if there are 5 records and the “edit” action is enabled in the Controller, we would like this action to be either hidden or disabled for the second record due to specific conditions.
We have not been able to find a Callback or any other method to dynamically manage the actions in the “Actions” column for each individual row.
If we are misunderstanding something or if there is a solution for this scenario, we would greatly appreciate your guidance.
Thank you very much!