how does the handsontable data data format transfer objects and correspond to the names listed above?
colHeaders: ["", "", "", "", "",""],
data: [
["", "Ford", "Volvo", "Toyota", "Honda"],
["2016", 10, 11, 12, 13],
["2017", 20, 11, 14, 13],
["2018", 30, 15, 12, 13]
],
data: [
{}
],