-
Notifications
You must be signed in to change notification settings - Fork 20
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 @ 96793ce 🚀
- Loading branch information
1 parent
90fcdad
commit 0a9864a
Showing
5 changed files
with
741 additions
and
741 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_lu4n41s9ch14qsacmhs0</title> | ||
<title>tinytable_b9nh557py6m5cpyj1n6e</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_lu4n41s9ch14qsacmhs0" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true"> | ||
<table class="table" id="tinytable_b9nh557py6m5cpyj1n6e" 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>10 000</td> | ||
<td>10 000</td> | ||
<td>10 002</td> | ||
<td>10 002</td> | ||
</tr> | ||
<tr> | ||
<td>10 000</td> | ||
<td>10 000</td> | ||
<td> 9 999</td> | ||
<td> 9 999</td> | ||
</tr> | ||
<tr> | ||
<td>10 002</td> | ||
<td> 9 999</td> | ||
<td>10 001</td> | ||
</tr> | ||
</tbody> | ||
|
@@ -461,20 +461,20 @@ <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_lu4n41s9ch14qsacmhs0(i, j, css_id) { | ||
var table = document.getElementById("tinytable_lu4n41s9ch14qsacmhs0"); | ||
function styleCell_b9nh557py6m5cpyj1n6e(i, j, css_id) { | ||
var table = document.getElementById("tinytable_b9nh557py6m5cpyj1n6e"); | ||
table.rows[i].cells[j].classList.add(css_id); | ||
} | ||
function styleHeaderCell_lu4n41s9ch14qsacmhs0(i, j, css_id) { | ||
var table = document.getElementById("tinytable_lu4n41s9ch14qsacmhs0"); | ||
function styleHeaderCell_b9nh557py6m5cpyj1n6e(i, j, css_id) { | ||
var table = document.getElementById("tinytable_b9nh557py6m5cpyj1n6e"); | ||
var headerRow = table.tHead.rows[i]; | ||
var headerRow = table.querySelector("thead tr"); | ||
if (headerRow) { | ||
headerRow.cells[j].classList.add(css_id); | ||
} | ||
} | ||
function insertSpanRow(i, colspan, content) { | ||
var table = document.getElementById('tinytable_lu4n41s9ch14qsacmhs0'); | ||
var table = document.getElementById('tinytable_b9nh557py6m5cpyj1n6e'); | ||
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_1x2qni221gd6975l6tsr</title> | ||
<title>tinytable_y8qyn8du6qdxz4s25mjw</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_1x2qni221gd6975l6tsr" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true"> | ||
<table class="table" id="tinytable_y8qyn8du6qdxz4s25mjw" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true"> | ||
<thead> | ||
|
||
<tr> | ||
|
@@ -462,20 +462,20 @@ <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_1x2qni221gd6975l6tsr(i, j, css_id) { | ||
var table = document.getElementById("tinytable_1x2qni221gd6975l6tsr"); | ||
function styleCell_y8qyn8du6qdxz4s25mjw(i, j, css_id) { | ||
var table = document.getElementById("tinytable_y8qyn8du6qdxz4s25mjw"); | ||
table.rows[i].cells[j].classList.add(css_id); | ||
} | ||
function styleHeaderCell_1x2qni221gd6975l6tsr(i, j, css_id) { | ||
var table = document.getElementById("tinytable_1x2qni221gd6975l6tsr"); | ||
function styleHeaderCell_y8qyn8du6qdxz4s25mjw(i, j, css_id) { | ||
var table = document.getElementById("tinytable_y8qyn8du6qdxz4s25mjw"); | ||
var headerRow = table.tHead.rows[i]; | ||
var headerRow = table.querySelector("thead tr"); | ||
if (headerRow) { | ||
headerRow.cells[j].classList.add(css_id); | ||
} | ||
} | ||
function insertSpanRow(i, colspan, content) { | ||
var table = document.getElementById('tinytable_1x2qni221gd6975l6tsr'); | ||
var table = document.getElementById('tinytable_y8qyn8du6qdxz4s25mjw'); | ||
var newRow = table.insertRow(i); | ||
var newCell = newRow.insertCell(0); | ||
newCell.setAttribute("colspan", colspan); | ||
|
@@ -501,7 +501,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_0lizz58oyc3lq83ppdf8</title> | ||
<title>tinytable_m7oufidj4ssewb60vcm6</title> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"> | ||
<style> | ||
</style> | ||
|
@@ -521,7 +521,7 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3> | |
|
||
|
||
<div class="container"> | ||
<table class="table table-striped" id="tinytable_0lizz58oyc3lq83ppdf8" 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_m7oufidj4ssewb60vcm6" 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> | ||
|
@@ -568,20 +568,20 @@ <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_0lizz58oyc3lq83ppdf8(i, j, css_id) { | ||
var table = document.getElementById("tinytable_0lizz58oyc3lq83ppdf8"); | ||
function styleCell_m7oufidj4ssewb60vcm6(i, j, css_id) { | ||
var table = document.getElementById("tinytable_m7oufidj4ssewb60vcm6"); | ||
table.rows[i].cells[j].classList.add(css_id); | ||
} | ||
function styleHeaderCell_0lizz58oyc3lq83ppdf8(i, j, css_id) { | ||
var table = document.getElementById("tinytable_0lizz58oyc3lq83ppdf8"); | ||
function styleHeaderCell_m7oufidj4ssewb60vcm6(i, j, css_id) { | ||
var table = document.getElementById("tinytable_m7oufidj4ssewb60vcm6"); | ||
var headerRow = table.tHead.rows[i]; | ||
var headerRow = table.querySelector("thead tr"); | ||
if (headerRow) { | ||
headerRow.cells[j].classList.add(css_id); | ||
} | ||
} | ||
function insertSpanRow(i, colspan, content) { | ||
var table = document.getElementById('tinytable_0lizz58oyc3lq83ppdf8'); | ||
var table = document.getElementById('tinytable_m7oufidj4ssewb60vcm6'); | ||
var newRow = table.insertRow(i); | ||
var newCell = newRow.insertCell(0); | ||
newCell.setAttribute("colspan", colspan); | ||
|
Oops, something went wrong.