VaibhavMojidra / 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.

Home Page:https://vaibhavmojidra.github.io/site/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://vaibhavmojidra.github.io/site/

License:MIT License


Languages

Language:HTML 65.0%Language:JavaScript 35.0%