'How do I fetch product details and display to table when i click on product image without refreshing page

I am trying to create a mini POS project, I want when i click on the images on the right side, then I have to add that product details from database to this table without refreshing that page. the one product already exist in table is a dummy record(that Pepsi record is not fetched from database)enter image description here



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source