There is a method inherited from the Base_module_model.php called get_others which should return a key => value array for the dropdown list. You can overwrite that method in your model.
Thanks for your quick response. i am able to control the field option by setting display_field, while defining the module in xxxxx_fuel_modules.php.
I have another query - On the Advanced module listing section. i get an option for "Create" and "Search", i want to add a category dropdown (added using navigation). When user select a category from the drop down, it will filter the listing based on the selected category - how can we achieve this?
Comments
I have another query - On the Advanced module listing section. i get an option for "Create" and "Search", i want to add a category dropdown (added using navigation). When user select a category from the drop down, it will filter the listing based on the selected category - how can we achieve this?