-
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 @ 46e4bc6 🚀
- Loading branch information
1 parent
cc0f4d6
commit e5ff84e
Showing
29 changed files
with
800 additions
and
923 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -419,8 +419,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_wziq0p8gr41xhizwxmmw</title> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"> | ||
<title>tinytable_mklp1v5k6b19uhlmg475</title> | ||
<style> | ||
</style> | ||
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script> | ||
|
@@ -439,7 +438,7 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3> | |
|
||
|
||
<div class="container"> | ||
<table class="table" id="tinytable_wziq0p8gr41xhizwxmmw" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true"> | ||
<table class="table" id="tinytable_mklp1v5k6b19uhlmg475" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true"> | ||
<thead> | ||
|
||
<tr> | ||
|
@@ -450,29 +449,28 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3> | |
|
||
<tbody> | ||
<tr> | ||
<td>10 001</td> | ||
<td> 9 999</td> | ||
<td>10 000</td> | ||
<td> 9 998</td> | ||
</tr> | ||
<tr> | ||
<td>10 000</td> | ||
<td> 9 999</td> | ||
<td>10 001</td> | ||
<td>10 001</td> | ||
</tr> | ||
<tr> | ||
<td>10 000</td> | ||
<td>10 000</td> | ||
<td>10 001</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
</div> | ||
|
||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script> | ||
<script> | ||
function styleCell_wziq0p8gr41xhizwxmmw(i, j, css_id) { | ||
var table = document.getElementById("tinytable_wziq0p8gr41xhizwxmmw"); | ||
function styleCell_mklp1v5k6b19uhlmg475(i, j, css_id) { | ||
var table = document.getElementById("tinytable_mklp1v5k6b19uhlmg475"); | ||
table.rows[i].cells[j].classList.add(css_id); | ||
} | ||
function insertSpanRow(i, colspan, content) { | ||
var table = document.getElementById('tinytable_wziq0p8gr41xhizwxmmw'); | ||
var table = document.getElementById('tinytable_mklp1v5k6b19uhlmg475'); | ||
var newRow = table.insertRow(i); | ||
var newCell = newRow.insertCell(0); | ||
newCell.setAttribute("colspan", colspan); | ||
|
@@ -485,7 +483,6 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3> | |
|
||
|
||
|
||
|
||
</div> | ||
</div> | ||
|
||
|
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 |
---|---|---|
|
@@ -402,8 +402,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_siac17obhfs5l44svwud</title> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"> | ||
<title>tinytable_x6hjp1huaownto19i8yg</title> | ||
<style> | ||
</style> | ||
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script> | ||
|
@@ -422,7 +421,7 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3> | |
|
||
|
||
<div class="container"> | ||
<table class="table" id="tinytable_siac17obhfs5l44svwud" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true"> | ||
<table class="table" id="tinytable_x6hjp1huaownto19i8yg" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true"> | ||
<thead> | ||
|
||
<tr> | ||
|
@@ -467,14 +466,13 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3> | |
</table> | ||
</div> | ||
|
||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script> | ||
<script> | ||
function styleCell_siac17obhfs5l44svwud(i, j, css_id) { | ||
var table = document.getElementById("tinytable_siac17obhfs5l44svwud"); | ||
function styleCell_x6hjp1huaownto19i8yg(i, j, css_id) { | ||
var table = document.getElementById("tinytable_x6hjp1huaownto19i8yg"); | ||
table.rows[i].cells[j].classList.add(css_id); | ||
} | ||
function insertSpanRow(i, colspan, content) { | ||
var table = document.getElementById('tinytable_siac17obhfs5l44svwud'); | ||
var table = document.getElementById('tinytable_x6hjp1huaownto19i8yg'); | ||
var newRow = table.insertRow(i); | ||
var newCell = newRow.insertCell(0); | ||
newCell.setAttribute("colspan", colspan); | ||
|
@@ -487,7 +485,6 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3> | |
|
||
|
||
|
||
|
||
</div> | ||
<div class="sourceCode cell-code" id="cb2"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb2-1"><a href="#cb2-1" aria-hidden="true" tabindex="-1"></a><span class="fu">tt</span>(x,</span> | ||
<span id="cb2-2"><a href="#cb2-2" aria-hidden="true" tabindex="-1"></a> <span class="at">theme =</span> <span class="st">"striped"</span>,</span> | ||
|
@@ -500,8 +497,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_l1ts8hr5sgsi2vvxlvkn</title> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"> | ||
<title>tinytable_der61spxwmxoy7nen1ac</title> | ||
<style> | ||
</style> | ||
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script> | ||
|
@@ -520,7 +516,7 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3> | |
|
||
|
||
<div class="container"> | ||
<table class="table" id="tinytable_l1ts8hr5sgsi2vvxlvkn" style="table-layout: fixed; width: 50% !important; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true"> | ||
<table class="table" id="tinytable_der61spxwmxoy7nen1ac" 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> | ||
|
@@ -565,14 +561,13 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3> | |
</table> | ||
</div> | ||
|
||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script> | ||
<script> | ||
function styleCell_l1ts8hr5sgsi2vvxlvkn(i, j, css_id) { | ||
var table = document.getElementById("tinytable_l1ts8hr5sgsi2vvxlvkn"); | ||
function styleCell_der61spxwmxoy7nen1ac(i, j, css_id) { | ||
var table = document.getElementById("tinytable_der61spxwmxoy7nen1ac"); | ||
table.rows[i].cells[j].classList.add(css_id); | ||
} | ||
function insertSpanRow(i, colspan, content) { | ||
var table = document.getElementById('tinytable_l1ts8hr5sgsi2vvxlvkn'); | ||
var table = document.getElementById('tinytable_der61spxwmxoy7nen1ac'); | ||
var newRow = table.insertRow(i); | ||
var newCell = newRow.insertCell(0); | ||
newCell.setAttribute("colspan", colspan); | ||
|
@@ -585,7 +580,6 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3> | |
|
||
|
||
|
||
|
||
</div> | ||
</div> | ||
|
||
|
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.