Hi,
At the moment we have dropdown select list to map many to many relationship with tables.
I want to show radio button instead of that dropdown select list.
How i can do it ???
Is it possible or not ???
Br,
Udayanga
⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠
Posted 04 September 2015 - 16:50 PM
Hi,
At the moment we have dropdown select list to map many to many relationship with tables.
I want to show radio button instead of that dropdown select list.
How i can do it ???
Is it possible or not ???
Br,
Udayanga
Posted 05 September 2015 - 06:49 AM
Well you can create your own part of that HTML .. by using $crud->callback_field()...
By default - GC wont be able to do it for you.. you need to do it for yourself.