-
Notifications
You must be signed in to change notification settings - Fork 24
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 @ aebfd5b 🚀
- Loading branch information
1 parent
f7c11c0
commit 90fcdad
Showing
5 changed files
with
741 additions
and
714 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_lv0wqow4qsh0q7n5b4w6</title> | ||
<title>tinytable_lu4n41s9ch14qsacmhs0</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_lv0wqow4qsh0q7n5b4w6" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true"> | ||
<table class="table" id="tinytable_lu4n41s9ch14qsacmhs0" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true"> | ||
<thead> | ||
|
||
<tr> | ||
|
@@ -445,36 +445,36 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3> | |
<tbody> | ||
<tr> | ||
<td>10 000</td> | ||
<td> 9 999</td> | ||
<td>10 000</td> | ||
</tr> | ||
<tr> | ||
<td>10 001</td> | ||
<td>10 001</td> | ||
<td>10 000</td> | ||
<td>10 000</td> | ||
</tr> | ||
<tr> | ||
<td> 9 998</td> | ||
<td> 9 999</td> | ||
<td>10 002</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_lv0wqow4qsh0q7n5b4w6(i, j, css_id) { | ||
var table = document.getElementById("tinytable_lv0wqow4qsh0q7n5b4w6"); | ||
function styleCell_lu4n41s9ch14qsacmhs0(i, j, css_id) { | ||
var table = document.getElementById("tinytable_lu4n41s9ch14qsacmhs0"); | ||
table.rows[i].cells[j].classList.add(css_id); | ||
} | ||
function styleHeaderCell(i, j, css_id) { | ||
var table = document.getElementById("tinytable_lv0wqow4qsh0q7n5b4w6"); | ||
function styleHeaderCell_lu4n41s9ch14qsacmhs0(i, j, css_id) { | ||
var table = document.getElementById("tinytable_lu4n41s9ch14qsacmhs0"); | ||
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_lv0wqow4qsh0q7n5b4w6'); | ||
var table = document.getElementById('tinytable_lu4n41s9ch14qsacmhs0'); | ||
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_cza8qng9l2hn8wovx4pf</title> | ||
<title>tinytable_1x2qni221gd6975l6tsr</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_cza8qng9l2hn8wovx4pf" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true"> | ||
<table class="table" id="tinytable_1x2qni221gd6975l6tsr" 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_cza8qng9l2hn8wovx4pf(i, j, css_id) { | ||
var table = document.getElementById("tinytable_cza8qng9l2hn8wovx4pf"); | ||
function styleCell_1x2qni221gd6975l6tsr(i, j, css_id) { | ||
var table = document.getElementById("tinytable_1x2qni221gd6975l6tsr"); | ||
table.rows[i].cells[j].classList.add(css_id); | ||
} | ||
function styleHeaderCell(i, j, css_id) { | ||
var table = document.getElementById("tinytable_cza8qng9l2hn8wovx4pf"); | ||
function styleHeaderCell_1x2qni221gd6975l6tsr(i, j, css_id) { | ||
var table = document.getElementById("tinytable_1x2qni221gd6975l6tsr"); | ||
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_cza8qng9l2hn8wovx4pf'); | ||
var table = document.getElementById('tinytable_1x2qni221gd6975l6tsr'); | ||
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_thx4gxz52ymkiauseujd</title> | ||
<title>tinytable_0lizz58oyc3lq83ppdf8</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_thx4gxz52ymkiauseujd" 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_0lizz58oyc3lq83ppdf8" 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_thx4gxz52ymkiauseujd(i, j, css_id) { | ||
var table = document.getElementById("tinytable_thx4gxz52ymkiauseujd"); | ||
function styleCell_0lizz58oyc3lq83ppdf8(i, j, css_id) { | ||
var table = document.getElementById("tinytable_0lizz58oyc3lq83ppdf8"); | ||
table.rows[i].cells[j].classList.add(css_id); | ||
} | ||
function styleHeaderCell(i, j, css_id) { | ||
var table = document.getElementById("tinytable_thx4gxz52ymkiauseujd"); | ||
function styleHeaderCell_0lizz58oyc3lq83ppdf8(i, j, css_id) { | ||
var table = document.getElementById("tinytable_0lizz58oyc3lq83ppdf8"); | ||
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_thx4gxz52ymkiauseujd'); | ||
var table = document.getElementById('tinytable_0lizz58oyc3lq83ppdf8'); | ||
var newRow = table.insertRow(i); | ||
var newCell = newRow.insertCell(0); | ||
newCell.setAttribute("colspan", colspan); | ||
|
Oops, something went wrong.