View Single Post
11-29-15, 08:53 PM   #7
Resike
A Pyroguard Emberseer
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,290
Originally Posted by Fizzlemizz View Post
Not "auto do" but couldn't you use:

Header:SetAttribute("sortMethod", "NAMELIST")

("NAMELIST" isn't mentioned on the wowProgramming page as a "sortMethod" option)

Sort YourNameList by group with spaces in the appropriate places.

Header:SetAttribute("nameList", YourNameList)

I haven't tried it (the spaces/blank names/"").

Just a thought.
I don't think it would do what i need, seems like this is just a custom sorting method.
  Reply With Quote