aloutos
BANNED
- Feb 23, 2016
- 255
- 38
so i have a database in my website with some categories
for example
"instagram likes"
"instagram followers"
"youtube views"
etc..
i want to rearrange them and put the "youtube views" on top but the problem is that in each index of the array there is a value that is connected to my api system and cant be changed it will mess up the orders
so my thought was to put an extra field as identifier and sort the arrays with that identefier..so i can have the desired result
no idea how to do this..anyone can help t
ty
for example
"instagram likes"
"instagram followers"
"youtube views"
etc..
i want to rearrange them and put the "youtube views" on top but the problem is that in each index of the array there is a value that is connected to my api system and cant be changed it will mess up the orders
so my thought was to put an extra field as identifier and sort the arrays with that identefier..so i can have the desired result
no idea how to do this..anyone can help t
ty