How to do partial page refresh and get new data’s or values each time?
I have two tables .One table is to select the products and other is to display it and while selecting the products through a category .Each time it reloads and i lose the data’s of previous category.So how to keep the second table without reloading until the user clicks on the submit button in the second table the table which is displaying ?How to achieve this!
How to do partial page refresh and get new data’s or values each time?
Share
You can do this with ajax technology. You need write something like:
where for example “id7” is an id tag in this table, which corresponds with 7-th row and desired column in this row.