i am using Grocery CRUD Enterprise v3.0.10 , with CodeIgniter 4
i think there a bug when trying to make column invisible.
$crud->fieldTypeColumn(‘requiredDate’, ‘invisible’); not working the column still shown.
also $crud->fieldType(‘requiredDate’, ‘invisible’); also not working…
i think also on the example on the documentaion it is show the column (attached the snapshot)
You are right, I can reproduce the issue and this is a bug. I will try to fix it for the next version (3.0.11). For now as a work-around please use unsetColumns | Grocery CRUD v3 if you want to just remove some columns from the datagrid.