View Single Post
06-06-14, 08:20 AM   #6
Resike
A Pyroguard Emberseer
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,290
Try to change the table to:

Lua Code:
  1. local values = {    { value = "one", key = 1},
  2.             { value = "two", key = 2},
  3.             { value = "three", key = 3}
  4.             } -- 1 row with 3 columns
  Reply With Quote