Hi,
Could somebody please help me with the following problem. I have a multi page GUI designed that uses sockets to send and retrieve data from the server side and into my GUI and its widgets, such as some datatables. Works perfect. I use data in JSON format with the datatable id’s. All looks good.
But, if I load a datatable with data on one page, then navigate away from this page to another page, then navigate back to the page with the datatable, then all data in the datatable are gone. I have not been able to figure out how to make the datatable data persistent once I have populated my table once… could someone please provide a pointer for me on how this should be done. I assume the datatable widgets have some underlying storage area for its data that is not being populated correctly by my code.
Thanks in advance
Johan