I'm looking for a way to set Column CSS Classes dinamically. My web app has a responsive behaviour and in some case I have to display 3 items and in another cases I have to display 4 items in the same page. This depend on a value from previus page.
An exampe:
page with 3 items in the Column CSS Classes there should be col-xxs-4, but if the previous page will send a specific value in the next page I have to see 4 items and in the Column CSS Classes I have to set col-xxs-3.
This app run on desktop and on mobile.
Is there an easy way in apex to do it?