Hi,
However- is it possible to change the relation for the table view?
i.e. when viewing the table I want
$crud->set_relation('my_column', 'my_table', 'short_name');
and when editing the table I want
$crud->set_relation('my_column', 'my_table', 'name');
So that the dropdown lists can be different to what is actually displayed?
I tried using callbacks - but I cant seem to get it to work - anyone have any ideas how this might be done? Thanks in advance.
Change relation for edit field
Started by theshiftexchange, 23 April 2012 - 14:13 PM
- Single Page
Posted 23 April 2012 - 14:13 PM