Hello Friends,
In the Context of a View there is a Node say DETAIL with a structure of three attributes say ID, NAME and BIRTH_DATE. This Node is mapped to the Node DETAIL in the Component Controller. The Node 'Detail' has the Cardinality of 0...1. Now after calling the Service the Node Detail is filled with Data and shown in a Table in the view.
NOW how can I sort the Node DETAIL say by the attribute NAME in Descending order?
Kind Wishes,
Farhan