My goal is to build several dashboards using angular-gridster2 in angular 8. Each dashboard will be located within a separate tab, and I am currently encountering some issues with this setup.
- For example, if the first tab has 3 gridster items and the second tab has 2 items, when switching from the first tab to the second tab initially, no items are displayed. However, adding one more item to the gridster of the second tab causes all 3 items to appear.
- Additionally, modifying the display grid property of options only affects the last gridster item. I am looking for a way to apply the same option properties to all gridsters across multiple tabs.