Skip to content
This repository has been archived by the owner on Jul 25, 2021. It is now read-only.

Commit

Permalink
update example "rowspan-colspan.html"
Browse files Browse the repository at this point in the history
  • Loading branch information
clarketm committed May 29, 2017
1 parent db961a0 commit 46056ed
Showing 1 changed file with 4 additions and 33 deletions.
37 changes: 4 additions & 33 deletions examples/rowspan-colspan.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<iframe src="//www.googletagmanager.com/ns.html?id=GTM-TL44T9" height="0" width="0" style="display:none;visibility:hidden"></iframe>
</noscript>

<!--<iframe src="./default.html" frameborder="0" width="100%" scrolling="no" onload="this.height=screen.height/3;"></iframe>-->
<iframe src="./default.html" frameborder="0" width="100%" scrolling="no" onload="this.height=screen.height/3;"></iframe>

<main>
<h1>Rowspan / Colspan</h1>
Expand Down Expand Up @@ -40,35 +40,7 @@ <h1>Rowspan / Colspan</h1>
</table>
</main>

<!--<br>
<main>
<h1>Rowspan / Colspan</h1>
<table id="rowspan-colspan-table-1">
<tbody>
<tr style="background: lightblue">
<td rowspan="2" colspan="2">
[0, 0] / [0, 1] / [1, 0] / [1, 1]
</td>
<td>[0, 2]</td>
<td>[0, 3]</td>
</tr>
<tr style="background: lightgoldenrodyellow">
<td>[1, 2]</td>
<td>[1, 3]</td>
</tr>
<tr style="background: lightcoral">
<td>[2, 0]</td>
<td>[2, 1]</td>
<td>[2, 2]</td>
<td>[2, 3]</td>
</tr>
</tbody>
</table>
</main>-->

<!--<br>
<br>

<main>
<h1>Rowspan</h1>
Expand Down Expand Up @@ -146,14 +118,13 @@ <h1>Colspan</h1>
</tr>
</tbody>
</table>
</main>-->
</main>

<script type="text/javascript" src="../bower_components/jquery/dist/jquery.min.js"></script>
<script type="text/javascript" src="../bower_components/js-xlsx/dist/xlsx.core.min.js"></script>
<script type="text/javascript" src="../bower_components/blobjs/Blob.min.js"></script>
<script type="text/javascript" src="../bower_components/file-saverjs/FileSaver.min.js"></script>
<!--<script type="text/javascript" src="../dist/js/tableexport.min.js"></script>-->
<script type="text/javascript" src="../src/stable/js/tableexport.js"></script>
<script type="text/javascript" src="../dist/js/tableexport.min.js"></script>
<script type="text/javascript" src="../assets/js/analytics.js"></script>
<script>

Expand Down

0 comments on commit 46056ed

Please sign in to comment.