Our powerful JS Calendar component


Post by ehc-between »

Hi,

Testing out the dayResource mode in the calendar. In the image blow i have selected the 8.
how can i only show the 8. and "drop" 9. -> 14. ?

this is my current config:

mode: 'dayresource',
  modes : {
    // Removes default modes that is not in use
    year   : null,
    // day    : null,
    // agenda : null,

dayresource : {
  // Save a little space by hiding weekends.
  hideNonWorkingDays : true,

  // Configure a nice min-width for the resource columns
  minResourceWidth : '5em',

  // Demo uses more padding than default, switch to the short event duration "earlier" to fit contents
  shortEventDuration : '1 hour',

  // Hide resource header avatars
  showHeaderAvatars: false,

  view: {
    type: 'dayview',
  }
},
Attachments
Screenshot 2024-01-08 at 10.12.40.png
Screenshot 2024-01-08 at 10.12.40.png (124.11 KiB) Viewed 415 times

Post by Animal »

Configure its range

Screenshot 2024-01-08 at 10.23.55.png
Screenshot 2024-01-08 at 10.23.55.png (254.74 KiB) Viewed 413 times

Post by ehc-between »

Thanks ! works great :)


Post Reply