fieldTypeColumn invisible not working

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)

Hello @CodeGC ,

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.

Regards
Johnny

Hello @CodeGC ,

This is now fixed in the latest version (3.0.11) . You can download the new files from here: User's Page Login or here: User's Page Login

Let me know if that worked for you.

Regards
Johnny

Thanks it’s working properly now

2 Likes