revert table change

pull/552/head
Cory LaViska 2021-09-30 09:37:39 -04:00
rodzic d4183cf718
commit d6fa67374c
1 zmienionych plików z 5 dodań i 2 usunięć

Wyświetl plik

@ -10,7 +10,8 @@
table.innerHTML = `
<thead>
<tr>
<th>Property/Attribute</th>
<th>Name</th>
<th>Attribute</th>
<th>Description</th>
<th>Reflects</th>
<th>Type</th>
@ -22,7 +23,9 @@
.map(prop => {
return `
<tr>
<td class="nowrap"><code>${escapeHtml(prop.name)}</code></td>
<td class="nowrap">
<code>${escapeHtml(prop.name)}</code>
</td>
<td class="nowrap">${prop.attribute ? `<code>${escapeHtml(prop.attribute)}</code>` : '-'}</td>
<td>${escapeHtml(prop.description)}</td>
<td style="text-align: center;">${