kopia lustrzana https://github.com/shoelace-style/shoelace
revert table change
rodzic
d4183cf718
commit
d6fa67374c
|
@ -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;">${
|
||||
|
|
Ładowanie…
Reference in New Issue