DevExpress / devextreme-reactive

Business React components for Bootstrap and Material-UI
https://devexpress.github.io/devextreme-reactive/
Other
2.07k stars 376 forks source link

timeScaleLabelComponent #3593

Closed TsoriTheBoss closed 1 year ago

TsoriTheBoss commented 1 year ago

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}

         />
github-actions[bot] commented 1 year ago

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.