-
I have a table with a due date column, I want to enable grouping by this column however not by the due date itself. I want to make the grouping be based on week due (eg date of the start of the week for due date). is there a way to have a different value for grouping than the accessor for the column? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
There is a grouping value option on the column that might be what you’re looking for |
Beta Was this translation helpful? Give feedback.
-
Found a solution, bit of a hack but it worked. Added a hidden column for the value I actually wanted to group by, then switched out the button that did the grouping to one that grouped by a columnId metadata on the original column. |
Beta Was this translation helpful? Give feedback.
Found a solution, bit of a hack but it worked.
Added a hidden column for the value I actually wanted to group by, then switched out the button that did the grouping to one that grouped by a columnId metadata on the original column.