The display of the nested table is incorrect., recently

Hi,

I have problems the nested tables using three APIs.
Although there have been no issues so far, I have recently encountered the following problem: after switching pages, the nested data does not display. However, it appears when the page is reloaded. Upon checking with the browser's developer tools, I confirmed that all three APIs are fetching the data correctly.

Additionally, I tried using a single API with reference to 'Nested Repeat Regions', but the second-Nested_level data similarly fails to display after switching pages unless the page is reloaded.

Does anyone know how to resolve this issue?
Thanks

saiu
(Ubuntu22.04, php8.0, Wappler 7 beta13)

Page structure for nested table by 3 API


First load

After Page changed

nested 1 API

I am not sure if I am on the right track for your application, but by the look of things, I would use sub tables for the database, as in
https://docs.wappler.io/t/creating-sub-tables-with-database-manager/40721

That way you would need just the one database query that can be used to populate the frontend.

Ben, thank you for your response.

I would like to give it a try. Since I haven't set up Direct Connection yet, I'll start with that.

On the other hand, the page using three APIs was working fine until about two weeks ago. Recently, it has stopped working. I believe it is due to some feature update.

The page loads and displays correctly at first. However, when switching to the second page (with OFFSET specified), the nested data does not display. If I reload the page (F5) in that state, it displays correctly.