Forum

Mathieu Roll
Keymaster
    Has successfully completed the online course Introduction
    Has successfully completed the online course Intermediate (200)
    Has successfully completed the online course Advanced (300)
    Has successfully completed the online course Basics (100)
6 years, 4 months ago #16548
Up
0
Down
::

hello,

with the m.Table there is no way to set auto sorting menu

the other way is to use the table.Table

https://openui5.hana.ondemand.com/#/api/sap.ui.table.Table

here you have on each column a property to activate the sorting.

but the table.Table is only for desktop use so if your application should work on other Devices like Tablets or Smartphones you should not use this Table.

 

One more way is to create an extended control (Scripted Widget) where you can implement some logic for column sorting accessibility