Grouping by enum

Hi guys, is it possible right now in v3 to group table rows by attribute that is casted as enum?
->groups([
    Group::make('status'),
])
Was this page helpful?