Group Layout by Type (Tank/Healer/DPS) #502


  • Declined
  • Enhancement
Closed
  • kythanan created this issue Mar 12, 2017

    I could not get it to work via the layout editor in game, but it was a simple edit to the Grid2.lua.

     

    I wanted to setup Tanks and Healers in 1 column, and have DPS start from column 2 on.  (Similar to group by role, but without any dps in the first column.

     

    Is there a way to be able to do this from inside the layout editor, just so we don't have to manually edit the lua?

     

    It's set as type party, but I use it for Party and Raid and it works fine for both. (not sure if that really matters)

     

    Here is the layout I created for reference:

     

    ["MyLayoutTanksHealersFirst"] = {
    {
    ["maxColumns"] = 1,
    ["type"] = "party",
    ["sortMethod"] = "INDEX",
    ["groupBy"] = "ASSIGNEDROLE",
    ["groupingOrder"] = "TANK,HEALER",
    ["groupFilter"] = "TANK,HEALER",
    ["unitsPerColumn"] = 10,
    }, -- [1]
    {
    ["maxColumns"] = 4,
    ["type"] = "party",
    ["sortMethod"] = "INDEX",
    ["groupBy"] = "ASSIGNEDROLE",
    ["groupingOrder"] = "DAMAGER",
    ["groupFilter"] = "DAMAGER",
    ["unitsPerColumn"] = 10,
    }, -- [2]
    ["meta"] = {
    ["party"] = true,
    ["arena"] = true,
    ["solo"] = true,
    ["raid"] = true,
    },
    ["defaults"] = {
    ["showSolo"] = true,
    ["showRaid"] = true,
    ["showPlayer"] = true,
    ["showParty"] = true,
    ["toggleForVehicle"] = true,
    },
    },

     

    Thanks in advance and overall an amazing addon.

     

    Best,

     

    Ky

  • kythanan added a tag Enhancement Mar 12, 2017
  • michaelsp closed issue Jun 22, 2017
  • michaelsp added a tag Declined Jun 22, 2017

To post a comment, please login or register a new account.