I’m building a dashboard with a bunch of charts + actions to allow the user to edit the chart’s underlying data. Everything has been working great until I decided to use a page include to pull in a chart component from another page that has a ton of action sequences that are event triggered (when the skuid page is rendered.)
Should I not attempt to pull in a complex page include onto another page? The action functionality on my dashboard that I’m trying to maintain is just being able to create new rows on a table - nothing fancy. The button appears to do nothing when clicked, I see errors in the console, but when I reopen the modal with the table that I was trying to add rows to - there are blank rows that were actually created.
When I remove the page include component from the dashboard, everything works fine again.
Any advice?