By dschmid on
Hello, I heard in the Lullabot Podcast no. 50 that it's possible with the custom argument handling code in a view to change the number of columns. I can't figure out how to do that. I want in one view with only three instead of four columns. And in another one six columns instead of four. How that works? Thanks for any help or links.
Comments
Add $view->gridcount = 2; to
Add
$view->gridcount = 2;to the Argument Handling Code section of Views.Number 2 is for example, for you is number of columns in grid views.
Works fine.