cancel
Showing results for 
Search instead for 
Did you mean: 

List grouping

Former Member
0 Kudos

From backend my date is coming in this format  "Sat May 28 2016 10:24:01 GMT+0530 (India Standard Time)"

In UI5 I want to do list grouping based on date as shown in attachment.

How I can do it?

It would be great if I will get code snippet in xml.

Note: Please ignore the alignment in image of content.

Accepted Solutions (1)

Accepted Solutions (1)

SergioG_TX
Active Contributor
0 Kudos

Kiran,

most likely you will need to format the date as to how you need to display it first. then you can use that in your (JSON) model to build the tree table.

so for the date formatting, you can check this out

SAPUI5 Explored

and then look for the tree table

hope this helps

Former Member
0 Kudos

Hello Sergio

Thanks for your reply and help.

I found one code in http://veui5infra.dhcp.wdf.sap.corp:8080/snippix/#74589

And this helped me a lot in solving my requirement.So I didn't need tree table.

Regards

Kiran

Answers (0)