2019-04-19 20:04 UTC
I want FILL a GRID that has
3 COLUMN and 6 ROWS
with this list :
(
("item-00" "item-01" "item-02")
("item-10" "item-11" "item-12")
("item-20" "item-21" "item-22")
("item-30" "item-31" "item-32")
("item-40" "item-41" "item-42")
("item-50" "item-51" "item-52")
)
. . .
what is the easiest way ?
3 COLUMN and 6 ROWS
with this list :
(
("item-00" "item-01" "item-02")
("item-10" "item-11" "item-12")
("item-20" "item-21" "item-22")
("item-30" "item-31" "item-32")
("item-40" "item-41" "item-42")
("item-50" "item-51" "item-52")
)
. . .
what is the easiest way ?
