Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #104034
    Hadasa
    Participant

    Hi

    When I choose a week view, I can see an horizonal header with the dates of the days, but in a day view it’s not shown. I need such a header for a single day view too.

    #104035
    Markov
    Keymaster

    Hi Hadasa,

     

    Could you look at this demo:

    Scheduler View Timeline (htmlelements.com)

    The header is shown in the days as well as in week views.

    Reards,

    Boyko

     

    #104037
    Hadasa
    Participant

    I’ll explain more: I want the date to be shown not only at the header of the scheduler (which contains the ‘today’ and navigation buttons), but in the scheduler itself, the same way it does with a ‘week’ view. https://www.htmlelements.com/demos/scheduler/view-basic/

    #104038
    Markov
    Keymaster

    Hi Hadasa,

    Unfortunately, this is not currently supported. The Day is displayed in the Scheduler’s header and it is unnecessary to duplicate it below.  We will consider adding optionally such functionality in the future versions of the product.

    Reards,

    Boyko

     

    #104154
    Hadasa
    Participant

    For anyone interested in this feature in the future, I’ve achieved the desired effect with a custom view:
    <div>
    <div>

    {
      type: 'week',
      label: "day",
      value: "singleDay",
      hideWeekend: false,
      hideNonworkingWeekdays: false,
      additionalDays: -6,
    }

    </div>
    </div>
     

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.