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

Add grouping support for Month + Year #744

Closed
JamoCA opened this issue Oct 9, 2014 · 1 comment
Closed

Add grouping support for Month + Year #744

JamoCA opened this issue Oct 9, 2014 · 1 comment

Comments

@JamoCA
Copy link

JamoCA commented Oct 9, 2014

I locally modified "widget-grouping.js" to add support for grouping by month & year (as opposed to only year, month, day, week or time values.)

I added this class to the table header column:

group-date-monthyear

and added this translation to the date function in the file widget-grouping.js.

part === 'monthyear' ?  wo.group_months[time.getMonth()] + ' ' + time.getFullYear() :

Could this be added to the master?

@Mottie
Copy link
Owner

Mottie commented Oct 9, 2014

Hi @JamoCA!

Nice idea! I'll include this in the next update.

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

No branches or pull requests

2 participants