This commit is contained in:
@@ -668,7 +668,7 @@ async function fetchLocalizedHeaderNames(columnData) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
var headerKeys = [];
|
var headerKeys = [];
|
||||||
for (var i = 1; i < columnData.length; i++) {
|
for (var i = 0; i < columnData.length; i++) {
|
||||||
var cm = columnData[i];
|
var cm = columnData[i];
|
||||||
headerKeys.push(cm.cm);
|
headerKeys.push(cm.cm);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user