FilamentF
Filament14mo ago
ericmp

How to add header text for widget groups

I have a filament admin dashboard with some stats widgets:
stat 1 --- stat2 --- stat3 --- stat 4
stat 5 --- stat6 --- stat7 --- stat 8

i want to separate them somehow and add a header on top of them, something like:
general data:
stat 1 --- stat2 --- stat3 --- stat 4
storage data:
stat 5 --- stat6 --- stat7 --- stat 8

how would u do it? is possible with filament3?

so far i managed to create 2 different widgets. the first one is the general data one, and the other one is the storage data one. so yeah, they are separated, but i need to add a header for each.
Was this page helpful?