fulup-bzh / DatePicker

Date Picker compatible with Zurb Foundation under Angular framework.
Other
11 stars 11 forks source link

UI breaking in case of weeknum=true. #5

Open bodhisatwag opened 9 years ago

bodhisatwag commented 9 years ago

When weeknum is set to true, there is an added col for the weeks and so it breaks the calcualtions for the colspan in thead and tfoor.

bodhisatwag commented 9 years ago

f = { headTemplate: '', contTemplate: '', footTemplate: '{{todayButton}}', headTemplateDays: '', footTemplateDays: '{{todayButton}}' },

This needs to be based on weeknum true/false

fulup-bzh commented 9 years ago

I never used weekdate. :) If you have time push directly a patch I will approve it.