-
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 @ 073acfa 🚀
- Loading branch information
1 parent
7013e41
commit 091a210
Showing
5 changed files
with
555 additions
and
555 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 |
---|---|---|
|
@@ -413,7 +413,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_y5h92t9bhmtik7gsnrug</title> | ||
<title>tinytable_yuk1a5odkz9u4s9tbayr</title> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"> | ||
<style> | ||
</style> | ||
|
@@ -433,7 +433,7 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3> | |
|
||
|
||
<div class="container"> | ||
<table class="table" id="tinytable_y5h92t9bhmtik7gsnrug" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true"> | ||
<table class="table" id="tinytable_yuk1a5odkz9u4s9tbayr" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true"> | ||
<thead> | ||
|
||
<tr> | ||
|
@@ -444,15 +444,15 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3> | |
|
||
<tbody> | ||
<tr> | ||
<td> 9 999</td> | ||
<td>10 000</td> | ||
<td>10 000</td> | ||
</tr> | ||
<tr> | ||
<td>10 002</td> | ||
<td> 9 999</td> | ||
<td>10 000</td> | ||
<td> 9 998</td> | ||
</tr> | ||
<tr> | ||
<td> 9 999</td> | ||
<td>10 000</td> | ||
<td>10 001</td> | ||
</tr> | ||
</tbody> | ||
|
@@ -461,12 +461,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_y5h92t9bhmtik7gsnrug(i, j, css_id) { | ||
var table = document.getElementById("tinytable_y5h92t9bhmtik7gsnrug"); | ||
function styleCell_yuk1a5odkz9u4s9tbayr(i, j, css_id) { | ||
var table = document.getElementById("tinytable_yuk1a5odkz9u4s9tbayr"); | ||
table.rows[i].cells[j].classList.add(css_id); | ||
} | ||
function insertSpanRow(i, colspan, content) { | ||
var table = document.getElementById('tinytable_y5h92t9bhmtik7gsnrug'); | ||
var table = document.getElementById('tinytable_yuk1a5odkz9u4s9tbayr'); | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -395,7 +395,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_z5vsmxkngxbb79m0wk4e</title> | ||
<title>tinytable_2naskhdwbdutt6w4x86n</title> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"> | ||
<style> | ||
</style> | ||
|
@@ -415,7 +415,7 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3> | |
|
||
|
||
<div class="container"> | ||
<table class="table" id="tinytable_z5vsmxkngxbb79m0wk4e" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true"> | ||
<table class="table" id="tinytable_2naskhdwbdutt6w4x86n" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true"> | ||
<thead> | ||
|
||
<tr> | ||
|
@@ -462,12 +462,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_z5vsmxkngxbb79m0wk4e(i, j, css_id) { | ||
var table = document.getElementById("tinytable_z5vsmxkngxbb79m0wk4e"); | ||
function styleCell_2naskhdwbdutt6w4x86n(i, j, css_id) { | ||
var table = document.getElementById("tinytable_2naskhdwbdutt6w4x86n"); | ||
table.rows[i].cells[j].classList.add(css_id); | ||
} | ||
function insertSpanRow(i, colspan, content) { | ||
var table = document.getElementById('tinytable_z5vsmxkngxbb79m0wk4e'); | ||
var table = document.getElementById('tinytable_2naskhdwbdutt6w4x86n'); | ||
var newRow = table.insertRow(i); | ||
var newCell = newRow.insertCell(0); | ||
newCell.setAttribute("colspan", colspan); | ||
|
@@ -493,7 +493,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_dlxtdk9wxa9u2r4xpo7g</title> | ||
<title>tinytable_ksiqkmznrs5p8246m14s</title> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"> | ||
<style> | ||
</style> | ||
|
@@ -513,7 +513,7 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3> | |
|
||
|
||
<div class="container"> | ||
<table class="table table-striped" id="tinytable_dlxtdk9wxa9u2r4xpo7g" 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_ksiqkmznrs5p8246m14s" 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> | ||
|
@@ -560,12 +560,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_dlxtdk9wxa9u2r4xpo7g(i, j, css_id) { | ||
var table = document.getElementById("tinytable_dlxtdk9wxa9u2r4xpo7g"); | ||
function styleCell_ksiqkmznrs5p8246m14s(i, j, css_id) { | ||
var table = document.getElementById("tinytable_ksiqkmznrs5p8246m14s"); | ||
table.rows[i].cells[j].classList.add(css_id); | ||
} | ||
function insertSpanRow(i, colspan, content) { | ||
var table = document.getElementById('tinytable_dlxtdk9wxa9u2r4xpo7g'); | ||
var table = document.getElementById('tinytable_ksiqkmznrs5p8246m14s'); | ||
var newRow = table.insertRow(i); | ||
var newCell = newRow.insertCell(0); | ||
newCell.setAttribute("colspan", colspan); | ||
|
Oops, something went wrong.