- Posts: 7
- Thank you received: 0
Thank you for your great extension, it is looking like it will really work well for the site I'm doing... One additional questions though:
Is it possible to have only rows that contain a certain value show up?
Is this something that can be done in the Additional Conditions Advanced area?
Pseudo Code
If (COLUMN: Display) = (VALUE:Yes)
Then Display Row
Else
Hide Row
Please Log in or Create an account to join the conversation.
You can set additional where condition as
your_display_column = 'yes'
Please Log in or Create an account to join the conversation.