Hi,
what I would like to do is load a page that displays some data for the current month, I then want to allow a user to scroll left and right incrementing and decrementing the month as needed.
I have this setup and working fine in a normal content page, where i have a next and previous button, but on user testing most people instinctively want to scroll left and right.
Loading a page is expensive in that it has to do a lot work work so what i want to avoid it pre-loading lots of views in a carousel, also there could me many many previous views to see,
any ideas on how to get this to work?