Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 3 additions & 9 deletions packages/demo/src/examples/example12.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@ <h2 class="bd-title">

<div class="row">
<div class="table-container col-sm-8">
<h6 class="mt-4">
<code>Header</code>
</h6>
<h6 class="mt-4"><code>Header</code></h6>
<table class="table table-bordered header">
<thead>
<tr>
Expand All @@ -50,9 +48,7 @@ <h6 class="mt-4">
</thead>
</table>

<h6 class="mt-4">
<code>Body</code>
</h6>
<h6 class="mt-4"><code>Body</code></h6>
<table class="table table-bordered">
<thead>
<tr>
Expand Down Expand Up @@ -100,9 +96,7 @@ <h6 class="mt-4">
</tbody>
</table>

<h6 class="mt-4">
<code>Footer</code>
</h6>
<h6 class="mt-4"><code>Footer</code></h6>
<table class="table table-bordered footer">
<thead>
<tr>
Expand Down
4 changes: 1 addition & 3 deletions packages/demo/src/examples/example13.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,7 @@ <h2 class="bd-title">
<td class="table-cell text-right">13.99</td>
<td></td>
<td></td>
<td colspan="2" rowspan="5">
<img id="pic1" src="" height="150" width="150">
</td>
<td colspan="2" rowspan="5"><img id="pic1" src="" height="150" width="150"></td>
</tr>
<tr>
<td class="table-cell">Buckethead</td>
Expand Down
12 changes: 3 additions & 9 deletions packages/demo/src/examples/example14.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,7 @@ <h2 class="bd-title">
<tbody>
<tr>
<td>1</td>
<td colspan="3" rowspan="3">
<img id="pic1" src="" height="150" width="150">
</td>
<td colspan="3" rowspan="3"><img id="pic1" src="" height="150" width="150"></td>
</tr>
<tr>
<td>2</td>
Expand All @@ -72,9 +70,7 @@ <h2 class="bd-title">
<tr>
<td>4</td>
<td></td>
<td colspan="4" rowspan="5">
<img id="pic2" src="" height="250" width="250">
</td>
<td colspan="4" rowspan="5"><img id="pic2" src="" height="250" width="250"></td>
<td></td>
<td></td>
</tr>
Expand All @@ -97,9 +93,7 @@ <h2 class="bd-title">
<tr>
<td>8</td>
<td></td>
<td colspan="4" rowspan="5">
<img id="pic3" src="" height="250" width="250">
</td>
<td colspan="4" rowspan="5"><img id="pic3" src="" height="250" width="250"></td>
<td></td>
</tr>
<tr>
Expand Down
12 changes: 3 additions & 9 deletions packages/demo/src/examples/example15.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ <h2 class="bd-title">
</div>

<div class="table-container col-sm-8">
<h6 class="mt-4">
<code>Header</code>
</h6>
<h6 class="mt-4"><code>Header</code></h6>
<table class="table table-bordered header">
<thead>
<tr>
Expand All @@ -47,9 +45,7 @@ <h6 class="mt-4">
</thead>
</table>

<h6 class="mt-4">
<code>Body</code>
</h6>
<h6 class="mt-4"><code>Body</code></h6>
<table class="table table-bordered">
<thead>
<tr>
Expand Down Expand Up @@ -117,9 +113,7 @@ <h6 class="mt-4">
</tbody>
</table>

<h6 class="mt-4">
<code>Footer</code>
</h6>
<h6 class="mt-4"><code>Footer</code></h6>
<table class="table table-bordered footer">
<thead>
<tr>
Expand Down
4 changes: 1 addition & 3 deletions packages/demo/src/examples/example17.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,7 @@ <h2 class="bd-title">
<td class="table-cell text-right">13.99</td>
<td></td>
<td></td>
<td colspan="2" rowspan="5">
<img id="pic1" src="" height="150" width="150">
</td>
<td colspan="2" rowspan="5"><img id="pic1" src="" height="150" width="150"></td>
</tr>
<tr>
<td class="table-cell">Buckethead</td>
Expand Down
7 changes: 3 additions & 4 deletions packages/demo/src/getting-started.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@ <h5>NPM</h5>
</div>
</section>

<h5>
ESM <code>import from</code>
</h5>
<h5>ESM <code>import from</code></h5>
<p>The library provides both CommonJS or ESM, see the example below:</p>
<div style="background: #f7f7f7; padding: 10px">
<pre>
Expand All @@ -57,7 +55,8 @@ <h5>
<h5>Legacy Versions</h5>
<p>
The project now ships as ESM-Only, if you still wish to use the legacy <code>&lt;script&gt;</code> standalone IIFE Script on the
<code>window</code> object, then use the previous 4.x version.
<code>window</code>
object, then use the previous 4.x version.
</p>
</div>
</div>
8 changes: 5 additions & 3 deletions packages/demo/src/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@
<img src="./github-mark-white.svg" alt="excel-builder-Vanilla" class="me-2" width="22">
<span>Excel Builder Vanilla</span>
</a>
<div class="github-button-container"><a href="https://github.com/ghiscoding/excel-builder-vanilla">
<img src="https://img.shields.io/github/stars/ghiscoding/excel-builder-vanilla?style=social">
</a></div>
<div class="github-button-container">
<a href="https://github.com/ghiscoding/excel-builder-vanilla">
<img src="https://img.shields.io/github/stars/ghiscoding/excel-builder-vanilla?style=social">
</a>
</div>
<button
class="navbar-toggler"
type="button"
Expand Down
Loading