1 year ago
#38596
::
Thank you, this is working now. I used the data source feature before.
But How do I use the sap.ui.model.Sorter in that widget?
Do I need to update the version or modify the widget?
I cannot seem to get this working with the built-in UI5 1_71 widget, as it does not have the sorter defined.
<f:GridList
id="gridList"
items="{
path: '/items',
sorter: {
path: 'group',
descending: false,
group: true
}
}"
growing="true"
growingThreshold="9">