#contentGrid mobile in table grid
4 messages · Page 1 of 1 (latest)
by default On mobile, they will be displayed in 1 column only.
try add
'default'=>2
works!!!
thanks a lot
4 messages · Page 1 of 1 (latest)
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
by default On mobile, they will be displayed in 1 column only.
try add
'default'=>2
works!!!
thanks a lot