Sorting isn't applied when combined with a date-based grouping #4086
Labels
affects: ux
Related to user experience
needs: clarification
needs: implementation specs
We need clarity on HOW we'll implement it from a technical perspective
type: bug
Something isn't working
Description
It is unclear how sorting and grouping by date interact with each other. For example:
If I sort by
total_charge
DESCENDING
things look right:Likewise, if I group by
transaction_type
things look fine:If I group by a date column, things look okay:
And finally, if I group by a date and sort, the sort is no longer applied:
You can see by the icon that we're meant to be sorting by
total_charge
, yet no such sort is applied.Expected behavior
The rows should be sorted within their groupings, as works for other types of groups.
The text was updated successfully, but these errors were encountered: