I’m implementing a timeline (gantt) that shows weekly plan for reservations. I need to show 2 or 3 days in a single view. In order to show in a better way I need to hide non working hours (I know I can define this hours, but it just shows in a different color ).
Is there a way (using properties, attributes, css or something) to hide non working hours prevoiusly defined.??
In that case exist a way to set different style (width) to non working hours..? For example:
working hours cell width = 70px
non working hours cell width = 10px
This cannot be achieved currently as the cells’ width is precomputed.
If you would like I can mark this as a feature request so its possibility could be discussed and considered for future versions.