Retrieve data from repeating group based on scroll position

I’m trying to build a scrollable calendar (horizontal scroll) that shows the month of the first visible day in the calendar and updates in real-time. So when the Monday on the upper row is the 20th of May, it should display May & when you scroll down it should become June as soon as the upper Monday becomes the 3rd of June.

Any idea how to do this? Either using Javascript or through plugins?

Finding the index of the upper left visible cell is enough to retrieve the month that is connected to the cell’s date.

Thanks very much in advance!!

Is your RG dynamic ? Did you try Scroll direction “Wrapped horizontally” option ?

This topic was automatically closed after 70 days. New replies are no longer allowed.