Skip to content

Commit

Permalink
Deploying to gh-pages from @ c4dc7b7 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Jan 22, 2024
1 parent 1f8ef6a commit bf232b7
Show file tree
Hide file tree
Showing 29 changed files with 864 additions and 801 deletions.
18 changes: 9 additions & 9 deletions man/format_tt.html
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +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_miurrqk0l73akxym86ny</title>
<title>tinytable_qo3839rbbuqvgtp5ypbn</title>
<style>
</style>
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
Expand All @@ -438,7 +438,7 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>


<div class="container">
<table class="table" id="tinytable_miurrqk0l73akxym86ny" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table" id="tinytable_qo3839rbbuqvgtp5ypbn" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<thead>

<tr>
Expand All @@ -449,28 +449,28 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>

<tbody>
<tr>
<td>10 001</td>
<td>10 000</td>
<td> 9 999</td>
</tr>
<tr>
<td> 9 999</td>
<td> 9 997</td>
<td>10 000</td>
</tr>
<tr>
<td> 9 999</td>
<td> 9 999</td>
<td>10 000</td>
<td>10 000</td>
</tr>
</tbody>
</table>
</div>

<script>
function styleCell_miurrqk0l73akxym86ny(i, j, css_id) {
var table = document.getElementById("tinytable_miurrqk0l73akxym86ny");
function styleCell_qo3839rbbuqvgtp5ypbn(i, j, css_id) {
var table = document.getElementById("tinytable_qo3839rbbuqvgtp5ypbn");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_miurrqk0l73akxym86ny');
var table = document.getElementById('tinytable_qo3839rbbuqvgtp5ypbn');
var newRow = table.insertRow(i);
var newCell = newRow.insertCell(0);
newCell.setAttribute("colspan", colspan);
Expand Down
41 changes: 31 additions & 10 deletions man/tt.html
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +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_xt5u7259wd0dyknun6om</title>
<title>tinytable_yp53ie8wlnf2ikq71y0a</title>
<style>
</style>
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
Expand All @@ -421,7 +421,7 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>


<div class="container">
<table class="table" id="tinytable_xt5u7259wd0dyknun6om" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table" id="tinytable_yp53ie8wlnf2ikq71y0a" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<thead>

<tr>
Expand Down Expand Up @@ -467,12 +467,12 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>
</div>

<script>
function styleCell_xt5u7259wd0dyknun6om(i, j, css_id) {
var table = document.getElementById("tinytable_xt5u7259wd0dyknun6om");
function styleCell_yp53ie8wlnf2ikq71y0a(i, j, css_id) {
var table = document.getElementById("tinytable_yp53ie8wlnf2ikq71y0a");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_xt5u7259wd0dyknun6om');
var table = document.getElementById('tinytable_yp53ie8wlnf2ikq71y0a');
var newRow = table.insertRow(i);
var newCell = newRow.insertCell(0);
newCell.setAttribute("colspan", colspan);
Expand All @@ -497,8 +497,9 @@ <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_gf8zl60pyrm0usj5kfc4</title>
<title>tinytable_su8qtts0e8bfcn8rjsfd</title>
<style>
.table td.tinytable_css_r64mwdcoklqhkg4ll0aa, .table th.tinytable_css_r64mwdcoklqhkg4ll0aa { }
</style>
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
<script id="MathJax-script" async="" src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
Expand All @@ -516,7 +517,7 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>


<div class="container">
<table class="table" id="tinytable_gf8zl60pyrm0usj5kfc4" 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_su8qtts0e8bfcn8rjsfd" 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>
Expand Down Expand Up @@ -562,19 +563,39 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>
</div>

<script>
function styleCell_gf8zl60pyrm0usj5kfc4(i, j, css_id) {
var table = document.getElementById("tinytable_gf8zl60pyrm0usj5kfc4");
function styleCell_tinytable_hpzshxw217gdmc9hkby8(i, j, css_id) {
var table = document.getElementById("tinytable_su8qtts0e8bfcn8rjsfd");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_gf8zl60pyrm0usj5kfc4');
var table = document.getElementById('tinytable_su8qtts0e8bfcn8rjsfd');
var newRow = table.insertRow(i);
var newCell = newRow.insertCell(0);
newCell.setAttribute("colspan", colspan);
// newCell.innerText = content;
// this may be unsafe, but innerText does not interpret <br>
newCell.innerHTML = content;
}
window.addEventListener('load', function () { styleCell_tinytable_hpzshxw217gdmc9hkby8(1, 0, 'tinytable_css_r64mwdcoklqhkg4ll0aa') })
window.addEventListener('load', function () { styleCell_tinytable_hpzshxw217gdmc9hkby8(2, 0, 'tinytable_css_r64mwdcoklqhkg4ll0aa') })
window.addEventListener('load', function () { styleCell_tinytable_hpzshxw217gdmc9hkby8(3, 0, 'tinytable_css_r64mwdcoklqhkg4ll0aa') })
window.addEventListener('load', function () { styleCell_tinytable_hpzshxw217gdmc9hkby8(4, 0, 'tinytable_css_r64mwdcoklqhkg4ll0aa') })
window.addEventListener('load', function () { styleCell_tinytable_hpzshxw217gdmc9hkby8(1, 1, 'tinytable_css_r64mwdcoklqhkg4ll0aa') })
window.addEventListener('load', function () { styleCell_tinytable_hpzshxw217gdmc9hkby8(2, 1, 'tinytable_css_r64mwdcoklqhkg4ll0aa') })
window.addEventListener('load', function () { styleCell_tinytable_hpzshxw217gdmc9hkby8(3, 1, 'tinytable_css_r64mwdcoklqhkg4ll0aa') })
window.addEventListener('load', function () { styleCell_tinytable_hpzshxw217gdmc9hkby8(4, 1, 'tinytable_css_r64mwdcoklqhkg4ll0aa') })
window.addEventListener('load', function () { styleCell_tinytable_hpzshxw217gdmc9hkby8(1, 2, 'tinytable_css_r64mwdcoklqhkg4ll0aa') })
window.addEventListener('load', function () { styleCell_tinytable_hpzshxw217gdmc9hkby8(2, 2, 'tinytable_css_r64mwdcoklqhkg4ll0aa') })
window.addEventListener('load', function () { styleCell_tinytable_hpzshxw217gdmc9hkby8(3, 2, 'tinytable_css_r64mwdcoklqhkg4ll0aa') })
window.addEventListener('load', function () { styleCell_tinytable_hpzshxw217gdmc9hkby8(4, 2, 'tinytable_css_r64mwdcoklqhkg4ll0aa') })
window.addEventListener('load', function () { styleCell_tinytable_hpzshxw217gdmc9hkby8(1, 3, 'tinytable_css_r64mwdcoklqhkg4ll0aa') })
window.addEventListener('load', function () { styleCell_tinytable_hpzshxw217gdmc9hkby8(2, 3, 'tinytable_css_r64mwdcoklqhkg4ll0aa') })
window.addEventListener('load', function () { styleCell_tinytable_hpzshxw217gdmc9hkby8(3, 3, 'tinytable_css_r64mwdcoklqhkg4ll0aa') })
window.addEventListener('load', function () { styleCell_tinytable_hpzshxw217gdmc9hkby8(4, 3, 'tinytable_css_r64mwdcoklqhkg4ll0aa') })
window.addEventListener('load', function () { styleCell_tinytable_hpzshxw217gdmc9hkby8(1, 4, 'tinytable_css_r64mwdcoklqhkg4ll0aa') })
window.addEventListener('load', function () { styleCell_tinytable_hpzshxw217gdmc9hkby8(2, 4, 'tinytable_css_r64mwdcoklqhkg4ll0aa') })
window.addEventListener('load', function () { styleCell_tinytable_hpzshxw217gdmc9hkby8(3, 4, 'tinytable_css_r64mwdcoklqhkg4ll0aa') })
window.addEventListener('load', function () { styleCell_tinytable_hpzshxw217gdmc9hkby8(4, 4, 'tinytable_css_r64mwdcoklqhkg4ll0aa') })
</script>


Expand Down
Loading

0 comments on commit bf232b7

Please sign in to comment.