Grid custom layouts 4.0.1
Download the lastet Grid.
Edit the GridLayoutlayouts in the Grid folder
at the bottom of the file add the following. Where my character names are... add yours instead.
GridLayout:AddLayout(L["Custom"], {
defaults = {
-- nameList = "Anona,Anonb,Anonc,Anond,Handyl,Shambyl,Brambyl,Gr endyl,Berrt,Erniee,Oscaar,Elmmo,Hannsal,Gretal,Jaa ckk,Jjill",
-- groupFilter = "",
-- sortMethod = "NAME"
-- sortDir = "ASC"
-- strictFiltering = true,
-- unitsPerColumn = 5, -- treated specifically to do the right thing when available
-- maxColumns = 5, -- mandatory if unitsPerColumn is set, or defaults to 1
-- isPetGroup = true, -- special case, not part of the Header API
},
[1] = {
showParty = false,
showRaid = true,
sortMethod = "NAME",
nameList = "Anona,Anonb,Anonc,Anond,Handyl,Shambyl,Brambyl,Gr endyl,Berrt,Erniee,Oscaar,Elmmo,Hannsal,Gretal,Jaa ckk,Jjill",
strictFiltering = true,
},
})