supriya hirurkar
Posts: 0
Joined: Fri Aug 30, 2013 8:57 pm

Sending dynamically created table data from one page to another

I am creating a dynamic table on a pop-up (appending rows to the table dynamically using JQuery) and on a back button I want to display the table data in the same format on to the page which invoked the pop-up.
I did some efforts using local - variable but all in vain! Please help me with this. Thanks!

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Sending dynamically created table data from one page to another

Hi Supriya,

In such cases, the emphasis is usually on the data. Then, the grids are created based on data. That is, they should be based on data rather than html table. In addition to displaying the table, you must have a copy of the data in memory, as an object or an array of objects describing the Grid rows/cells. Then you will see what you need to save, in order to take advantage of this on other pages.

There is no general solution for this issue.

supriya hirurkar
Posts: 0
Joined: Fri Aug 30, 2013 8:57 pm

Sending dynamically created table data from one page to another

Thanks Katya! Figured a way

Return to “Issues”