Perspective breakpoint view

Hello, good day.

I have a list of items, order themselves from 1 to 10, for example, but, if some item have an error, the item is faulted, I want put this item at the bottom of the list.

It is possible in a perspective breakpoint view? Can you help me?

Best regards.

You'd need to show us how you are populating the view. If it's by script then please post the formatted code of the script.

I don't think this part is relevant as this container simply contains other Views based on screen size. It sounds like you would be using a flex repeater to display your items? If so, you just need to bind the instances array (i forget the prop name) and sort it based on your conditions

1 Like

Hello. Yes, it is a Flex Repeater.

I think that the property that you say this is:

But, how I order instances by state? Could you help me?

Thank you.
Best regards.

There is a very similar problem either on the Core or Gold practical section, so I just want to make sure that we aren't helping you solve that problem because it would be against the exam guidelines, very much so.

This could be a coincidence as well - I'm not accusing you of anything, I just wanted to point this out.