Closed TsoriTheBoss closed 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.
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