react-timeline-gantt icon indicating copy to clipboard operation
react-timeline-gantt copied to clipboard

change days div width

Open RahulShahUI opened this issue 5 years ago • 1 comments

how to change width of Days div. currently it's having 24px.

RahulShahUI avatar Aug 01 '19 11:08 RahulShahUI

Depending on the mode you are in, You can adjust the width accordingly. This is in timeline.js file. let dayWidth = this.getDayWidth(this.props.mode); The value is a constant coming from Const.js file.

You can debug the values accordingly and change the dayWidth.

nvgopi avatar Feb 16 '20 08:02 nvgopi