Transferring Table Data

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()