Is there any way of using the display_as function to dynamically display the contents of data table field in the same table.
On add or edit a record, the user will fill in a varchar (30) name. I wanted to take this information as the field name in the read pane.
$crud->display_as('ncr_supporting01',$row-->supp01_desc);
$crud->field_type('supp01_desc','hidden');
Any suggestions?