View Single Post
12-09-18, 03:49 PM   #2
Rainrider
A Firelord
AddOn Author - Click to view addons
Join Date: Nov 2008
Posts: 454
You may try using the following attributes on the party header:
Code:
'showPlayer', true,
'showParty', true,
'sortDir', 'DESC',
I'm not sure if this will work with the 'groupingOrder' attribute the way you want it, as the player may be ordered by their role first.
  Reply With Quote