Hi,
is it possible to always show the arrow in the table’s header which indicates the sort direction? (as you can see after clicking a header row)
Thanks a lot!
Hi,
is it possible to always show the arrow in the table’s header which indicates the sort direction? (as you can see after clicking a header row)
Thanks a lot!
Hi,
You can do this by calling the sort(Object propertyId, boolean
ascending) method as you add the table to a layout.
HTH,
/Jonatan
Well, with “sort(Object propertyId, boolean
ascending)” it did not work correctly,
but I could handle it using “setSortAscending” and “setSortContainerPropertyId”.
Thanks for the help.