I am creating an application for a self service counter in a restaurant. I have created a table containing menu information such as ITEM_NAME, ITEM_PRICE and a BLOB column with ITEM_IMAGE, what i need to do is create a GUI as the below image,
It should list down the available items with the image and I need a number picker to select the quantity and then pass the value to a collection, also the total also should be updated accordingly.
I tried using cards but I couldn't find a way to add a number picker to the cards. Any help is highly Appreciated
(oracle apex 23)