View Single Post
11-28-15, 09:19 PM   #6
Fizzlemizz
I did that?
 
Fizzlemizz's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Dec 2011
Posts: 1,879
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.
__________________
Fizzlemizz
Maintainer of Discord Unit Frames and Discord Art.
Author of FauxMazzle, FauxMazzleHUD and Move Pad Plus.

Last edited by Fizzlemizz : 11-29-15 at 01:58 AM.
  Reply With Quote