Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It is impossible to override the default week calculation #48

Open
reestyle-it opened this issue Dec 1, 2014 · 0 comments
Open

It is impossible to override the default week calculation #48

reestyle-it opened this issue Dec 1, 2014 · 0 comments

Comments

@reestyle-it
Copy link

It is impossible in the current code to override the default custom week calculation (or any prototype for that matter) because it is set each time on rendering.

Preferably the prototyping is NOT done on rendering, because that would override the new 'custom' override.

It should be done before applying the plug-in to jQuery (e.g. before $.fn.gantt = function (options) { ).

Because it is already a custom prototype function, there is no functional need to re-apply it every time other than that you want the default version to be the only truth...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant