You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your question and description of the problem goes here
Is there a way to adapt the total height of the calendar depending on the rows used?
Currently I am using 4 gstcs below each other. Some have 3 rows, others only have 2 rows. Some have multiple entries in a single row, some only have a single entry per row. Depending on the amount of rows and overlapping items per row, each of those gstcs needs to have a different height. If I am adding a new entry to a specific gstc, its height needs to increase.
How am I able to automatically adapt the height of each gstc and not set a fixed height in a wrapper?
Code
Second question is if I am using the correct way to display all calendars in Angular.
Thank you, I just corrected the same variable problem. Interestingly, it still worked somehow.
This does not quite solve my problem. Is there an option to check whether the gstcResult object's displayed rows are empty or not? For example it has 3 rows but only row 1 and 2 have items inside of them - can I check that row 3 is empty?
Your question and description of the problem goes here
Is there a way to adapt the total height of the calendar depending on the rows used?
Currently I am using 4 gstcs below each other. Some have 3 rows, others only have 2 rows. Some have multiple entries in a single row, some only have a single entry per row. Depending on the amount of rows and overlapping items per row, each of those gstcs needs to have a different height. If I am adding a new entry to a specific gstc, its height needs to increase.
How am I able to automatically adapt the height of each gstc and not set a fixed height in a wrapper?
Code
Second question is if I am using the correct way to display all calendars in Angular.
Thank you very much in advance.
The text was updated successfully, but these errors were encountered: