react-timeline-gantt
react-timeline-gantt copied to clipboard
change days div width
how to change width of Days div. currently it's having 24px.
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.