webismymind / editablegrid

EditableGrid is an open source Javascript library aimed at turning HTML tables into advanced editable components. It focuses on simplicity: only a few lines of code are required to get your first table up and running.
http://www.editablegrid.net
Other
795 stars 272 forks source link

Issue in Display data and update #108

Open neerajkumar2u opened 9 years ago

neerajkumar2u commented 9 years ago

Hello

i have two tables one is holding all the products name with details and other the other one holds the Price for those products on a customer wise basis. Table structure Products table: ID - Product name- Etc Price table - ID - ProductID - CLIENT ID - PRICE

I need to display a table in editable format joining these to tables for client selected and show the product names from the product table and the prices coming from the price table.

could u please help me how do i achieve the same. i am having issue in showing the data from two tables.