function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Tiwari_ShwetaTiwari_Shweta 

How to retrieve the table.

Hi ,

 

I have one datatable consist of three columns :

 

MPGPrice 1Price 2
a15
b26
c37

 

here column 3 is input field.Now I have to  enter values in the Price 3 Column and on clicking save i need to save these values to the corresponding row and need to show a new table below containg the saved values.

 

I am able to save these values in database but I am confused how to retrieve the table containg the saved values and the other columns.

Can somebody help.