Sorry, wrong link
Here's link to playground : Playground
Sorry, wrong link
Here's link to playground : Playground
Hey!
Currently, I have a table and a chart. The table can exceed page size causing some content to be on another page and that's ok. The problem is that the chart should be strongly linked to a table and if the table exceeds page size and part of it is moved to the next page - chart should be repeated on the next page.
A solution that I have is to render the chart template and merge it to every page of the table's template. But that seems pretty odd since I'm using the 'render for every page' method which is deprecated and also I want to have that component to be single and not to be reliable on template merging.
Please advise if there are any other ways to achieve the same behavior and to have everything under the same component.