Код: Выделить всё
Something
Something2
Something3
Something4
Something5
Код: Выделить всё
var body = document.getElementsbyTagName("tbody");
var x = 0;
for (i = 0; i < APIcall.length; i++) {
var createRow = body.insertRow();
for (j = 0; j < 7; j++) {
var x = createRow.insertCell(j);
}
}
Подробнее здесь: https://stackoverflow.com/questions/600 ... dy-element
Мобильная версия