Dropdown list filtering.
- Single Page
Posted 07 November 2012 - 16:59 PM
I can't find solution.
For exemple:
.....
$crud->set_relation('country_id','countries','name_country'); // List of country.
$crud->set_relation('channel_id','channels','name_channel'); //List of channel.
.....
My question:
If is selected one name_country i need in the nest dropdown list onli name_channel who have same country_id.
If i use like this:
$crud->set_relation('channel_id','channels','name_channel',array('country_id' => '1'));
i can see list of channel who have country_id=1, but name_country is not selected yet.
How can i resolve this?
THX.
СпаÑибо.
Posted 07 November 2012 - 17:12 PM
Может Ñто тебе поможет : /topic/72-categories-and-subcategories/
Posted 07 November 2012 - 17:21 PM
Пива Ñ Ð¼Ð¾ÐµÐ¸ Ñтороне (beer) !
THX a lot.
Posted 07 November 2012 - 17:36 PM