Discuss anything related to web development but no technical support questions


Post by lxxrxns »

I was wondering, assuming we have a scheduler with ticks per day (i.e. 1 cell = 1 day), if it would be possible to have a scheduler with 2 (or 3) rows per resource by default (like the "stack" eventLayout), but with a special feature:

  • Events that take place before noon, will be displayed in the top row
  • Events that take place after noon, will be displayed in the bottom row
  • (optional): Events that take place at night, can be displayed in a third row.

So something like this:

Image

With the exception that, if a day ONLY has an afternoon activity, only the bottom (middle) row would be filled and the top row would be empty.

Would such a thing be possible? How would I approach this?


Post by kronaemmanuel »


Post Reply