Group cards by headers

I’m wondering if there is a way to create header / horizontal divider and then group cards under those headers?

Something like that:

From what I see, headers are only supported inside entities card, but there is no way to define header between cards.

I want to preserve automatic wrapping (for example on mobile in portrait mode, cards 1-3 would all be displayed in their own separate rows, but on wide desktop monitor, all three cards could be in single row), so I cannot force all cards into horizontal/vertical stack.

Maybe it’s possible with


and

but it needs some effort.
1 Like

Wow this is perfect. Thanks!