Transferring Table Data

Please how do I transfer the data in a table to another table in a different page or lighbox

Hey @omowaleahmed , I found this article here that might assist you. Let me know if it works :slight_smile: Thanks!

Thanks for the response, but this won’t work, what I need is how to store the contents of a table from one pages and call it back on another page,. I have tried saving the content in session, local, but it doesn’t call it back on the new page, please I really need help on this

Hi, you can use session, local but you have to store the data as a string, you can use the method JSON.stringify() to convert the data o the table into a sting, then on the other page call the data that is a string and convert it to an object or an array of object again with the method JSON.parse()

Thanks for the response, but please can I get some code sample,

i know this is old. But I did this 3 ways, one with a dataset tieing several datasets in tandumn.
2 i have the dataset in say hidden state set to load after page loads.
3 i sent data in a bulk send command to say a lightbox. and then tie the object of the table to the linked objects recieved wix-data. here’s and example im working on that solved this for me. hope this helps

https://popperportal.wixsite.com/popperpinballclub/vpx-tables-1/ac-dc-(luci-premium)-(stern-2013)

exactly