Hi, i am still kind of new to SAPUI5 but seem to be understanding more. I have developed a SAPUI5 application which has a table bound by oData. The sort is not working and found that $orderby can be passed to oData but this requires server side sorting. Is there a way i can do client side sorting? I read that it can be done by using JSON model but how can i use the oData with JSON?
Thanks