here is the code and attached the images.
$this->load->library('grocery_CRUD');
$crud = new grocery_CRUD();
$crud->set_table('detalle_zonas');
$crud->set_relation_n_n('Transformadores','zonas','trafo','id_trafo', 'id_detzona','descripciontrafo');
$output = $crud->render();
here is the result add form:

here is the example.

Also I have a question..Is it
possible to do a combo fill like "Select Your Country" -> "Select your Region" -> "Select your state" this filled from 3 tables (country,regio,state)
is it possible??
regards!
