SkinTable = {
{ "0 cj" , "15666" },
{ "19 cj" , "15666" },
{ "23 cj" , "15666" },
{ "46 cj" , "15666" },
{ "82 cj" , "15666" },
{ "134 cj" , "15666" },
{ "217 cj" , "15666" },
}
for i, v in ipairs ( SkinTable ) do
local row = guiGridListAddRow ( GUIEditor_Grid[1] )
guiGridListSetItemText ( GUIEditor_Grid[1], row, 1, v[1], false, true )
guiGridListSetItemText ( GUIEditor_Grid[1], row, 2, v[2], false, true )
end