mb it's not that bad
This commit is contained in:
parent
cefe8c2136
commit
ded9e916a0
@ -83,7 +83,8 @@ export function createTableRow(item, author, index, editPageCallback, deleteCall
|
||||
row.appendChild(rowNumber);
|
||||
row.appendChild(createTableColumn(item.items.name));
|
||||
row.appendChild(createTableColumn(item.name));
|
||||
row.appendChild(createTableColumn(author.authors.name));
|
||||
// row.appendChild(createTableColumn(item.authors.name));
|
||||
row.appendChild(createTableColumn("item.authors.name"));
|
||||
row.appendChild(createTableColumn(item.year));
|
||||
// редактировать на странице page-edit
|
||||
row.appendChild(createTableAnchor("fa-pen-to-square", editPageCallback));
|
||||
|
Loading…
x
Reference in New Issue
Block a user