fullcalendar / fullcalendar

Full-sized drag & drop event calendar in JavaScript
https://fullcalendar.io
MIT License
18.21k stars 3.57k forks source link

Vertical scrolling of multiple days in timeGrid view #4858

Open harohl opened 7 years ago

harohl commented 7 years ago

Instead of adding multiple days to the agenda horizontally, it would be nice if there was an option to scroll vertically through multiple days and times. Otherwise the agenda/vertical resource view does not handle multiple days with multiple resources very well since the columns get very squished.

Example:

          Res A          Res B      Res C

Monday 8am 12pm 4pm 8pm

Tues 12am 4am 8am 12pm 4pm

arshaw commented 7 years ago

this is essential what timeline view is, but it's horizontal instead. https://fullcalendar.io/js/fullcalendar-scheduler-1.3.3/demos/scale.html (click "10 day")

do you think making it vertical is a better UX?

le12inhibition commented 7 years ago

Hello, I think this kind of feature allows to see a "week view" for some ressources in one page. Same, as if the vertical ressource views was grouped by day in the left instead of having the same day * ressources.

o15a3d4l11s2 commented 7 years ago

I think this is related to another issue that I created: https://github.com/fullcalendar/fullcalendar-scheduler/issues/261

L0rDPSYCH0 commented 6 years ago

I am still interested in this, if this could become a possibility. I would even pay for something like this. I am working on a calendar but where events can start in one day and end in another. I need to show timeslots also but since I am using this in a mobile device, vertical scrolling is kind of the way to go...

devMls commented 6 years ago

I am also interesed. Any new?

thomhess commented 6 years ago

I would also be very interested in such a view.

dhcmega commented 5 years ago

Hi, also interested about this. It's for reservations, each column is a resource, with vertical scroll for days. Thanks.

dzero1 commented 3 years ago

Any update on this? @arshaw, in UX pov, now people more in to scroll vertically deep rather than scroll horizontal. This would be a grate feature.

pierresh commented 5 months ago

Hello,

I suppose it would be great also to see several days (unit: 1 day) on the vertical axis with resources on the horizontal axis

Thus we could easily see if the resources are booked for the whole month. This would be handier than horizontal scrolling when the number of resources is limited (i.e less than 10 resources).

Something like this:

Resource 1 Resource 2
2024-01-01 Content Cell Content Cell
2024-01-02 Content Cell Content Cell
...
2024-01-31 Content Cell Content Cell
mleister97 commented 3 weeks ago

June 2024, ANY updates?