I need to pass the following prametro to a polymer element:
[
["id", "nome", "idade"],
[1, "matheus", 16],
[2, "cristian", 16],
[3, "pedro", 10],
[4, "henrique", 10]
]
How do I declare this variable (a matrix) in the propertie field?