Thread: ZO_Helpers
View Single Post
10/12/14, 11:07 AM   #10
Argusus
AddOn Author - Click to view addons
Join Date: Sep 2014
Posts: 120
Originally Posted by Garkin View Post
sort order is the last argument passed to the:
ZO_TableOrderingFunction(entry1, entry2, sortKey, sortKeys, sortOrder)

sortOrder can be either ZO_SORT_ORDER_UP (true) or ZO_SORT_ORDER_DOWN (false)
if i change it there does that break the sort for the headers? I just want a "default" decending sort. The code below gives me asc sorting, is there a "decending" equivalent of the statement below I can use in the Initialize method.

Code:
self.sortHeaderGroup:SelectHeaderByKey("name")
  Reply With Quote