-
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 @ 9cd52df 🚀
- Loading branch information
1 parent
dcf8774
commit f7c11c0
Showing
5 changed files
with
1,180 additions
and
711 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_kfxlqqtvbu0z5iyigcyq</title> | ||
<title>tinytable_lv0wqow4qsh0q7n5b4w6</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_kfxlqqtvbu0z5iyigcyq" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true"> | ||
<table class="table" id="tinytable_lv0wqow4qsh0q7n5b4w6" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true"> | ||
<thead> | ||
|
||
<tr> | ||
|
@@ -444,29 +444,37 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3> | |
|
||
<tbody> | ||
<tr> | ||
<td> 9 998</td> | ||
<td> 9 998</td> | ||
</tr> | ||
<tr> | ||
<td> 9 999</td> | ||
<td>10 000</td> | ||
<td> 9 999</td> | ||
</tr> | ||
<tr> | ||
<td>10 001</td> | ||
<td>10 000</td> | ||
<td>10 001</td> | ||
</tr> | ||
<tr> | ||
<td> 9 998</td> | ||
<td> 9 999</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
</div> | ||
|
||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script> | ||
<script> | ||
function styleCell_kfxlqqtvbu0z5iyigcyq(i, j, css_id) { | ||
var table = document.getElementById("tinytable_kfxlqqtvbu0z5iyigcyq"); | ||
function styleCell_lv0wqow4qsh0q7n5b4w6(i, j, css_id) { | ||
var table = document.getElementById("tinytable_lv0wqow4qsh0q7n5b4w6"); | ||
table.rows[i].cells[j].classList.add(css_id); | ||
} | ||
function styleHeaderCell(i, j, css_id) { | ||
var table = document.getElementById("tinytable_lv0wqow4qsh0q7n5b4w6"); | ||
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_kfxlqqtvbu0z5iyigcyq'); | ||
var table = document.getElementById('tinytable_lv0wqow4qsh0q7n5b4w6'); | ||
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_c4gvd22dd7p7bwn8z1zq</title> | ||
<title>tinytable_cza8qng9l2hn8wovx4pf</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_c4gvd22dd7p7bwn8z1zq" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true"> | ||
<table class="table" id="tinytable_cza8qng9l2hn8wovx4pf" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true"> | ||
<thead> | ||
|
||
<tr> | ||
|
@@ -462,12 +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_c4gvd22dd7p7bwn8z1zq(i, j, css_id) { | ||
var table = document.getElementById("tinytable_c4gvd22dd7p7bwn8z1zq"); | ||
function styleCell_cza8qng9l2hn8wovx4pf(i, j, css_id) { | ||
var table = document.getElementById("tinytable_cza8qng9l2hn8wovx4pf"); | ||
table.rows[i].cells[j].classList.add(css_id); | ||
} | ||
function styleHeaderCell(i, j, css_id) { | ||
var table = document.getElementById("tinytable_cza8qng9l2hn8wovx4pf"); | ||
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_c4gvd22dd7p7bwn8z1zq'); | ||
var table = document.getElementById('tinytable_cza8qng9l2hn8wovx4pf'); | ||
var newRow = table.insertRow(i); | ||
var newCell = newRow.insertCell(0); | ||
newCell.setAttribute("colspan", colspan); | ||
|
@@ -493,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_yhkd6ezgi1f5sip3hfdx</title> | ||
<title>tinytable_thx4gxz52ymkiauseujd</title> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"> | ||
<style> | ||
</style> | ||
|
@@ -513,7 +521,7 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3> | |
|
||
|
||
<div class="container"> | ||
<table class="table table-striped" id="tinytable_yhkd6ezgi1f5sip3hfdx" 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_thx4gxz52ymkiauseujd" 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 +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_yhkd6ezgi1f5sip3hfdx(i, j, css_id) { | ||
var table = document.getElementById("tinytable_yhkd6ezgi1f5sip3hfdx"); | ||
function styleCell_thx4gxz52ymkiauseujd(i, j, css_id) { | ||
var table = document.getElementById("tinytable_thx4gxz52ymkiauseujd"); | ||
table.rows[i].cells[j].classList.add(css_id); | ||
} | ||
function styleHeaderCell(i, j, css_id) { | ||
var table = document.getElementById("tinytable_thx4gxz52ymkiauseujd"); | ||
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_yhkd6ezgi1f5sip3hfdx'); | ||
var table = document.getElementById('tinytable_thx4gxz52ymkiauseujd'); | ||
var newRow = table.insertRow(i); | ||
var newCell = newRow.insertCell(0); | ||
newCell.setAttribute("colspan", colspan); | ||
|
Oops, something went wrong.