use it
This commit is contained in:
parent
ba8c7797b3
commit
67b702f9ff
@ -140,12 +140,10 @@ async function generate() {
|
||||
|
||||
rows.push(
|
||||
row.map(
|
||||
(rowItem) =>
|
||||
'<tr>' +
|
||||
(rowItem) => $('tr',
|
||||
rowItem.map(
|
||||
(colItem) => `<td>${colItem}</td>`
|
||||
).join('') +
|
||||
'</tr>'
|
||||
(colItem) => $('td', colItem)
|
||||
).join(''))
|
||||
).join('')
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user