Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to modify dinamically Column CSS Classes in item layout

Scripta14Feb 25 2021

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?

Comments
Post Details
Added on Feb 25 2021
1 comment
594 views