-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ 7709d31 🚀
- Loading branch information
1 parent
e0ac6ad
commit 03c8c1b
Showing
14 changed files
with
650 additions
and
650 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -124,7 +124,7 @@ | |
<span class="menu-text">Tutorial (PDF)</span></a> | ||
</li> | ||
<li class="nav-item compact"> | ||
<a class="nav-link" href="https://github.com/vincentarelbundock/tinytable" rel="" target=""><i class="bi bi-github" role="img" aria-label="tinytable GitHub"> | ||
<a class="nav-link" href="https://github.com/vincentarelbundock/tinytable/" rel="" target=""><i class="bi bi-github" role="img" aria-label="tinytable GitHub"> | ||
</i> | ||
<span class="menu-text"></span></a> | ||
</li> | ||
|
@@ -422,7 +422,7 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3> | |
|
||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>tinytable_ja9349jm9bv6nv0iozla</title> | ||
<title>tinytable_zvdbx0qb9isegwc0jzew</title> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"> | ||
<style> | ||
</style> | ||
|
@@ -442,7 +442,7 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3> | |
|
||
|
||
<div class="container"> | ||
<table class="table" id="tinytable_ja9349jm9bv6nv0iozla" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true"> | ||
<table class="table" id="tinytable_zvdbx0qb9isegwc0jzew" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true"> | ||
<thead> | ||
|
||
<tr> | ||
|
@@ -453,29 +453,29 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3> | |
|
||
<tbody> | ||
<tr> | ||
<td>10 001</td> | ||
<td>10 000</td> | ||
<td> 9 999</td> | ||
</tr> | ||
<tr> | ||
<td>10 001</td> | ||
<td>10 001</td> | ||
<td> 9 999</td> | ||
<td> 9 999</td> | ||
</tr> | ||
<tr> | ||
<td>10 001</td> | ||
<td>10 001</td> | ||
<td> 9 999</td> | ||
<td>10 000</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
</div> | ||
|
||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script> | ||
<script> | ||
function styleCell_ja9349jm9bv6nv0iozla(i, j, css_id) { | ||
var table = document.getElementById("tinytable_ja9349jm9bv6nv0iozla"); | ||
function styleCell_zvdbx0qb9isegwc0jzew(i, j, css_id) { | ||
var table = document.getElementById("tinytable_zvdbx0qb9isegwc0jzew"); | ||
table.rows[i].cells[j].classList.add(css_id); | ||
} | ||
function insertSpanRow(i, colspan, content) { | ||
var table = document.getElementById('tinytable_ja9349jm9bv6nv0iozla'); | ||
var table = document.getElementById('tinytable_zvdbx0qb9isegwc0jzew'); | ||
var newRow = table.insertRow(i); | ||
var newCell = newRow.insertCell(0); | ||
newCell.setAttribute("colspan", colspan); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -126,7 +126,7 @@ | |
<span class="menu-text">Tutorial (PDF)</span></a> | ||
</li> | ||
<li class="nav-item compact"> | ||
<a class="nav-link" href="https://github.com/vincentarelbundock/tinytable" rel="" target=""><i class="bi bi-github" role="img" aria-label="tinytable GitHub"> | ||
<a class="nav-link" href="https://github.com/vincentarelbundock/tinytable/" rel="" target=""><i class="bi bi-github" role="img" aria-label="tinytable GitHub"> | ||
</i> | ||
<span class="menu-text"></span></a> | ||
</li> | ||
|
@@ -408,7 +408,7 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3> | |
|
||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>tinytable_9s7v29p5gtwcpgwryfak</title> | ||
<title>tinytable_4eu9ogmrzq6spbproaku</title> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"> | ||
<style> | ||
</style> | ||
|
@@ -428,7 +428,7 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3> | |
|
||
|
||
<div class="container"> | ||
<table class="table" id="tinytable_9s7v29p5gtwcpgwryfak" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true"> | ||
<table class="table" id="tinytable_4eu9ogmrzq6spbproaku" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true"> | ||
<thead> | ||
|
||
<tr> | ||
|
@@ -475,12 +475,12 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3> | |
|
||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script> | ||
<script> | ||
function styleCell_9s7v29p5gtwcpgwryfak(i, j, css_id) { | ||
var table = document.getElementById("tinytable_9s7v29p5gtwcpgwryfak"); | ||
function styleCell_4eu9ogmrzq6spbproaku(i, j, css_id) { | ||
var table = document.getElementById("tinytable_4eu9ogmrzq6spbproaku"); | ||
table.rows[i].cells[j].classList.add(css_id); | ||
} | ||
function insertSpanRow(i, colspan, content) { | ||
var table = document.getElementById('tinytable_9s7v29p5gtwcpgwryfak'); | ||
var table = document.getElementById('tinytable_4eu9ogmrzq6spbproaku'); | ||
var newRow = table.insertRow(i); | ||
var newCell = newRow.insertCell(0); | ||
newCell.setAttribute("colspan", colspan); | ||
|
@@ -504,7 +504,7 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3> | |
|
||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>tinytable_uwc39q622jo6syj9i964</title> | ||
<title>tinytable_04ycslqihl1duil7w6s3</title> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"> | ||
<style> | ||
</style> | ||
|
@@ -524,7 +524,7 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3> | |
|
||
|
||
<div class="container"> | ||
<table class="table table-striped" id="tinytable_uwc39q622jo6syj9i964" style="table-layout: fixed; width: 50% !important; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true"> | ||
<table class="table table-striped" id="tinytable_04ycslqihl1duil7w6s3" style="table-layout: fixed; width: 50% !important; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true"> | ||
<thead> | ||
</thead><caption>Data about cars.</caption> | ||
<tbody><tr> | ||
|
@@ -571,12 +571,12 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3> | |
|
||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script> | ||
<script> | ||
function styleCell_uwc39q622jo6syj9i964(i, j, css_id) { | ||
var table = document.getElementById("tinytable_uwc39q622jo6syj9i964"); | ||
function styleCell_04ycslqihl1duil7w6s3(i, j, css_id) { | ||
var table = document.getElementById("tinytable_04ycslqihl1duil7w6s3"); | ||
table.rows[i].cells[j].classList.add(css_id); | ||
} | ||
function insertSpanRow(i, colspan, content) { | ||
var table = document.getElementById('tinytable_uwc39q622jo6syj9i964'); | ||
var table = document.getElementById('tinytable_04ycslqihl1duil7w6s3'); | ||
var newRow = table.insertRow(i); | ||
var newCell = newRow.insertCell(0); | ||
newCell.setAttribute("colspan", colspan); | ||
|
Oops, something went wrong.