Using the setting:
$col[“fixed”]=true;
works fine for me on desktop and even in developer mode in CHROME as I make the width of the browser window smaller I see my columns dissappear as I designed using responsive feature. For the few columns I setĀ $col[“fixed”]=true; for they are fixed column width in desktop when shrinking browser width and it all works great.
As soon as I use my phone both CHROME and SAFARI and use same exact browser width theĀ $col[“fixed”]=true; property seems to be ignored on phone. Frustrating because I cannot get a consistent experience across devices.
Any idea on this one?
Your Answer