DevExpress / devextreme-reactive

Business React components for Bootstrap and Material-UI

Home Page:https://devexpress.github.io/devextreme-reactive/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

timeScaleLabelComponent

TsoriTheBoss opened this issue · comments

Good afternoon.
Unable to change height of timeScaleLabelComponent. When setting a height equal to timeTableCellComponent and timeScaleTickCellComponent, the timeScaleLabel panel disappears.

Example:
const WeekViewTimeTableCell = () => {
return (
<WeekView.TimeTableCell
style={{height: 70}} />
)}

const WeekViewTimeScaleTickCell = () => {
return (
<WeekView.TimeScaleTickCell
style={{height: 70}} />
)
}

<weekview

             excludedDays={[0, 6]}
             cellDuration={60}
             startDayHour={8}
             endDayHour={20}
             //timeScaleLabelComponent={WeekViewTimeScaleLabel}
             timeScaleTickCellComponent={WeekViewTimeScaleTickCell}
             timeTableCellComponent={WeekViewTimeTableCell}

         />

Thank you for using Devextreme Reactive. We use GitHub issues to track bug and feature requests. We process incoming issues as soon as possible. Issues that have been inactive for 30 days are closed. If you have an active DevExtreme license, you can contact us in our Support Center for updates. Otherwise, post your question on StackOverflow.