hi, editing a record i need view a field but can not be edited.
example: ID, NAME
in the form EDIT show the 2 fields and only NAME is enabled for edit.
i treat with :
$crud->fields('ID');
i tried separately and combinaded, and always the field ID show "editable".
Best regards
P.L.