oracle-databaseplsqloracle-apexoracle-apex-5.1

Adding Buttons referenced to a database table column in oracle apex


I am building a Application for a Resturent using Oracle APEX. I need to build a Interface like the image shown below the interface is something like this I need to link those buttons to the items table in my database, when user click on the button the item should go to the bill preview table with the price so it can be printed.

Is this possible to do? If so how?


Solution