Sort data in view #2168
Unanswered
Kaherdin
asked this question in
Questions & Problems
Replies: 1 comment 1 reply
-
HI @Kaherdin
I hope this helps. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I need to find a solution to sort data from Luya
First of all, I've got extraValue "pricings" which find all pricings entries.
Then, inside this loop, I've got another loop :
And that's working just fine :
But know, I need to sort the period by frequency, so I try to create a sort function to sort my array:
But it doesn't sort at all. How can I debug more? I tried to make a var_dump ($pricings) to get more info, but I didn't get any useful information.
Beta Was this translation helpful? Give feedback.
All reactions