Module:Skills/Gathering: Difference between revisions

_getMiningGemsTable: Remove stickyHeader class (table is short and sticky headers currently have issues within tabber containers)
(_buildAstrologyConstellationTable: Order rows by constellation level)
(_getMiningGemsTable: Remove stickyHeader class (table is short and sticky headers currently have issues within tabber containers))
Line 170: Line 170:
local resultPart = {}
local resultPart = {}
table.insert(resultPart, '{|class="wikitable sortable stickyHeader"')
table.insert(resultPart, '{|class="wikitable sortable"')
table.insert(resultPart, '\n|- class="headerRow-0"')
table.insert(resultPart, '\n|- class="headerRow-0"')
table.insert(resultPart, '\n!colspan=2|Gem!!Gem Chance!!Gem Price')
table.insert(resultPart, '\n!colspan=2|Gem!!Gem Chance!!Gem Price')