Page 1 of 1

Non-collapsible set...

Posted: Wed Jul 16, 2014 8:18 am
by Russell Jarvis

I'm looking for a UI component that works like a collapsibleSet where I can map an array of query results to it but I don't want the collapse function. I want all the data to be shown by default. Does such a thing exist?

I've tried putting all my data into the header of a collapsible set but I can't find a way to completely remove the collapse / expand button and the lower content area still remains.

Sorry if this is a really basic question!

Cheers, Russ


Non-collapsible set...

Posted: Wed Jul 16, 2014 10:50 am
by Evgene Karachevtsev

Hello Russell,

You should use list instead of collapsibleSet: http://devcenter.appery.io/documentat...


Non-collapsible set...

Posted: Wed Jul 16, 2014 11:15 am
by Russell Jarvis

Great, thanks. Don't know how I missed that!