Hi,
I need help to decide whats the best app lodgic to use to achieve the following
I have a collapsible block in a grid.
I want to map a collection to the grid and the components in the block
2 of the columns in the collection are strings and need to be mapped to 2 labels
the other component in the collapsible block is a selectmenu
for which I have a size for the label of the selectmenu and price for the value
do I need to arrange label and price for selectmenu as array like this
size and price array
["{size=Eight Inch, price=2.50}","{size=Ten Inch, price=3.50}","{size=Ten Inch Stuffed Crust, price=5.00}","{size=Twelve Inch, price=4.50}","{size=Twelve Inch Stuffed Crust, price=6.50}","{size=Fourteen Inch, price=6.00}","{size=Fourteen Inch, price=8.00}"]
or do I heed 2 arrays, 1 for size and 1 for price, like this
["Eight Inch","Ten Inch","Ten Inch Stuffed Crust","Twelve Inch","Twelve Inch Stuffed Crust","Fourteen Inch","Fourteen Inch Stuffed Crust"]
["2.50","3.50","5.00","4.50","6.50","6.00","8.50"]
this is screenshot of block
this is the selectmenu hand coded to show you the required result