Hi,
I've got the following table structure:
local columns = { { ["name"] = "Spieler", ["width"] = 150, ["sortnext"] = 2 }, { ["name"] = "DKP", ["width"] = 75, ["align"] = "RIGHT", ["defaultsort"] = "dsc", ["sortnext"] = 3 }, { ["name"] = "Preis", ["width"] = 75, ["align"] = "RIGHT" } };
and want to sort it by the "DKP" column. A call to :SortData() does nothing. Do you have any idea what I'm doing wrong?
Pelztier
- #1
ddumont AuthorTrying to use lib-st and need help?