Premium support for our pure JavaScript UI components


Post by progettouno »

Hello,

Is possibile to set border for every day?

In image the blu line from top to bottom like the line arrow green.

Thankyou
Attachments
column.jpg
column.jpg (127.98 KiB) Viewed 1061 times

Post by pmiklashevich »

Please see this config: ViewPreset.columnLinesFor. Possible values are 'top', 'middle', 'bottom'. For example:
viewPreset : {
    name            : 'hourAndDay',
    columnLinesFor  : 'middle',
},

Pavlo Miklashevych
Sr. Frontend Developer


Post by progettouno »

I try it, but we have zoom function we'd like to have always for every day a line, is possible?
Thankyou

Post by johan.isaksson »

Hi,

Our ColumnLines align with ticks (the header cells), I think you have two options to explore:

A. Defining your own zoom levels using custom view presets that makes sure lines are displayed for days (see https://www.bryntum.com/docs/scheduler/ ... zoomLevels)

or

B. Use the timeRanges feature to add lines (https://www.bryntum.com/docs/scheduler/ ... TimeRanges)
Best regards,
Johan Isaksson

Post by progettouno »

Thankyou done with timeRanges

Post Reply