T
TanStack17mo ago
ratty-blush

Group rows by date

Hi all! I'm having a hard time trying to figure out how to group rows by date, following this Figma design that I have. Any help will be much appreciated !
No description
3 Replies
absent-sapphire
absent-sapphire17mo ago
what does your date strings/object look like? Guessing they are unique timestamps for the most part, making the grouping difficult? You can either resolve the date to the exact rounded date value that you want in either the accessorFn or even the getGroupingValue column options
absent-sapphire
absent-sapphire17mo ago
ratty-blush
ratty-blushOP17mo ago
thanks Kevin !

Did you find this page helpful?