FilamentF
Filament15mo ago
Zoltar

contentGrid mobile in table grid

Hello,

how to set table 2 column grid in mobile?

I use this in function table but don't find breakpoint for mobile

->contentGrid(['sm' => 2, 'md' => 3])


any suggestions?

Regards
Solution
by default On mobile, they will be displayed in 1 column only.

try add
'default'=>2
Was this page helpful?