robicch / jQueryGantt

jQuery Gantt editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to disable skip weekend?

stegas-vipcon opened this issue · comments

Hello :),
Thx for this great Open Source Gantt Diagram.

The gantt always skips weekends and recalculate starting and end dates when they fall on a weekend.How can i disable that?

Thx in advance :).

Okay, i found it out by myself and investigating some research.
There is this isHoliday method in i18n file. The holidays are setted hardcoded by true false value.

Better would be a centralized configuration file for stuff like this.