I am currently working on an Angular project that utilizes a data table (referencing this article). In my project, there is a base page with two other pages that are displayed one at a time by toggling visibility. The first page functions correctly. However, when navigating to the second page, the table does not display any data, even though it is present and visible in the console. Additionally, inserting or updating data causes the table to re-render.
How can I force the data table to re-render after returning from the previous page?