Comment by kenrick95
Yup, it's using CSS Grid and since I have to declare the grid templates upfront, and my granularity is at minute level, it means I have to declare each minute of the day, i.e. 24 * 60 = 1440, as the rows of the grid
Yup, it's using CSS Grid and since I have to declare the grid templates upfront, and my granularity is at minute level, it means I have to declare each minute of the day, i.e. 24 * 60 = 1440, as the rows of the grid