Expand my Community achievements bar.

SOLVED

Sort json response in slightly

Avatar

Level 5

Hi,

I am getting list of books from third party services.

Wanna list the books in sorting order like ASC using slightly. is it possible..?? I am able to get the results but not in sorting order..

1 Accepted Solution

Avatar

Correct answer by
Level 10

As of now sightly does not support list sorting.

Backend call to 3rd party -  Process this in sling model

Frontend call to 3rd party - Use JS

View solution in original post

3 Replies

Avatar

Level 2

If you are retrieving the json clientside you need to sort it by javascript.

If you are retrieving serverside, you need to sort your list before listing with sightly markup (with JS or Java API you are using)

Avatar

Level 2

Satya,

       HTL is a template language and cannot do much of data manipulation . So as Simone said you have to handle it either in client-side or server side . Getting Started with HTL 

Avatar

Correct answer by
Level 10

As of now sightly does not support list sorting.

Backend call to 3rd party -  Process this in sling model

Frontend call to 3rd party - Use JS