Forum

Alex K
      Has successfully completed the online course Intermediate (200)
      Has successfully completed the online course Advanced (300)
      Has successfully completed the online course Basics (100)
      Has successfully completed the online course Advanced (310)
      Has successfully completed the online course Advanced (320)
    1 year ago #38596
    Up
    0
    Down
    ::

    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.

    See Here:
    https://sapui5.hana.ondemand.com/#/entity/sap.f.GridList/sample/sap.f.sample.GridListBoxContainerGrouping

    <f:GridList
    	id="gridList"
    	items="{
    		path: '/items',
    		sorter: {
    			path: 'group',
    			descending: false,
    			group: true
    		}
    	}"
    	growing="true"
    	growingThreshold="9">