passing arguments through to group?
I am trying to implement grouping on a Date column and I want to be able to provide options to group by month/week/year/day/hour etc...
It should be easy to do by manipulating the
Does anybody know if there is a way to create a grouping function (not an aggregation function) similar to how the FilterFn provides access to the filterValue?
It should be easy to do by manipulating the
getGroupingValue to format the date. Does anybody know if there is a way to create a grouping function (not an aggregation function) similar to how the FilterFn provides access to the filterValue?