Skip to content

In SAP UI5, Grouping the list items can be done on list by adding a declarative sorter with group equals true to our binding syntax.

License

Notifications You must be signed in to change notification settings

VaibhavMojidra/SAP-UI5-Demo-Grouping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SAP UI5 Demo Grouping

In SAP UI5, Grouping the list items can be done on list by adding a declarative sorter with group equals true to our binding syntax.

Code Explaination

The items aggregation of the List control is bound to a model path invoice>/Invoices. The sorter property of the items aggregation is set to sort the items based on the ShipperName property and group them based on the same property.

In other words, the items in the list will be sorted based on the ShipperName property and grouped based on the same property. The grouping feature is only available for dimension columns and takes place on the server.


Vaibhav Mojidra - 1.jpeg

About

In SAP UI5, Grouping the list items can be done on list by adding a declarative sorter with group equals true to our binding syntax.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published