Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upfeat(datepicker): added week number header label + i18n #3731
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3731 +/- ##
=======================================
Coverage 91.34% 91.35%
=======================================
Files 100 100
Lines 2971 2972 +1
Branches 548 548
=======================================
+ Hits 2714 2715 +1
Misses 190 190
Partials 67 67
Continue to review full report at Codecov.
|
Hey @koxkox I did a first quick pass on your PR, and before continuing, I'd like to address a comment. What is the actual requirement behind your PR ? I am just trying here to understand the change. I am hesitating and not convinced that we should generate it as a standalone text-node as compared to just having an |
Hi @benouat my goal was to add an option to display the week number column header and also make it localizable, just like the day/month names. The reason I kept it an empty string was to not break the default appearance. |
Before submitting a pull request, please make sure you have at least performed the following: