Hi Broberto and @raelyn,
I’m working on a similar challenge regarding creating a calendar view from scratch in weweb, and specifically around how to link collection data to fixed UI elements: if a given cell in a calendar represents a date+time combo (but isnt linked to a collection telling weweb that), how do you then tell an actual data collection ‘show only items with this date+time in this specific cell’ (and leave the other cells not only empty, but in their appropriate physical location)?
I posted about it here yesterday.
Would you have any tips or suggestions on how to think about this (either here or on the other thread)?
I can almost get what I need out of the built-in weweb calendar, but not being able to see and tweak the underlying elements directly is preventing me from fully realizing my original idea…so I’m trying to learn more about this!