F
Filament4mo 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])
->contentGrid(['sm' => 2, 'md' => 3])
any suggestions? Regards
Solution:
by default On mobile, they will be displayed in 1 column only. try add ```php 'default'=>2...
Jump to solution
2 Replies
Solution
Lara Zeus
Lara Zeus4mo ago
by default On mobile, they will be displayed in 1 column only. try add
'default'=>2
'default'=>2
Zoltar
ZoltarOP4mo ago
works!!! thanks a lot

Did you find this page helpful?