Skip to content

Commit

Permalink
Deploying to gh-pages from @ 7158355 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Mar 29, 2024
1 parent ced9c99 commit a7b06b0
Show file tree
Hide file tree
Showing 37 changed files with 2,179 additions and 2,178 deletions.
140 changes: 70 additions & 70 deletions man/format_tt.html

Large diffs are not rendered by default.

290 changes: 145 additions & 145 deletions man/group_tt.html

Large diffs are not rendered by default.

100 changes: 50 additions & 50 deletions man/rbind2-tinytable-ANY-method.html

Large diffs are not rendered by default.

460 changes: 230 additions & 230 deletions man/style_tt.html

Large diffs are not rendered by default.

38 changes: 19 additions & 19 deletions man/theme_tt.html
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,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_rjk9zy7ox9aizhi2acla</title>
<title>tinytable_9advxcr8l4mxteda5yav</title>
<style>
</style>
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
Expand All @@ -442,7 +442,7 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>


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

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

<script>
function styleCell_tinytable_7k8erqo284jk74xduczg(i, j, css_id) {
var table = document.getElementById("tinytable_rjk9zy7ox9aizhi2acla");
function styleCell_tinytable_wtr1vj83h6oatmlsu6py(i, j, css_id) {
var table = document.getElementById("tinytable_9advxcr8l4mxteda5yav");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_rjk9zy7ox9aizhi2acla');
var table = document.getElementById('tinytable_9advxcr8l4mxteda5yav');
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;
}
function spanCell_tinytable_7k8erqo284jk74xduczg(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_rjk9zy7ox9aizhi2acla");
function spanCell_tinytable_wtr1vj83h6oatmlsu6py(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_9advxcr8l4mxteda5yav");
const targetRow = table.rows[i];
const targetCell = targetRow.cells[j];
for (let r = 0; r < rowspan; r++) {
Expand Down Expand Up @@ -537,9 +537,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_qo8hk9mjxpn8o0kq6yo4</title>
<title>tinytable_d78sm0ggh9kec90f0hl8</title>
<style>
.table td.tinytable_css_w9f2k89asnttk7kovtvx, .table th.tinytable_css_w9f2k89asnttk7kovtvx { border-bottom: solid 0.1em #d3d8dc; }
.table td.tinytable_css_0o6cil7bn3m7a3m6oqo5, .table th.tinytable_css_0o6cil7bn3m7a3m6oqo5 { border-bottom: solid 0.1em #d3d8dc; }
</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 @@ -557,7 +557,7 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>


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

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

<script>
function styleCell_tinytable_zwdej158see49ab55hxq(i, j, css_id) {
var table = document.getElementById("tinytable_qo8hk9mjxpn8o0kq6yo4");
function styleCell_tinytable_007j9yqml2rcdgukairw(i, j, css_id) {
var table = document.getElementById("tinytable_d78sm0ggh9kec90f0hl8");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_qo8hk9mjxpn8o0kq6yo4');
var table = document.getElementById('tinytable_d78sm0ggh9kec90f0hl8');
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;
}
function spanCell_tinytable_zwdej158see49ab55hxq(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_qo8hk9mjxpn8o0kq6yo4");
function spanCell_tinytable_007j9yqml2rcdgukairw(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_d78sm0ggh9kec90f0hl8");
const targetRow = table.rows[i];
const targetCell = targetRow.cells[j];
for (let r = 0; r < rowspan; r++) {
Expand All @@ -639,10 +639,10 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>
targetCell.colSpan = colspan;
}

window.addEventListener('load', function () { styleCell_tinytable_zwdej158see49ab55hxq(0, 0, 'tinytable_css_w9f2k89asnttk7kovtvx') })
window.addEventListener('load', function () { styleCell_tinytable_zwdej158see49ab55hxq(0, 1, 'tinytable_css_w9f2k89asnttk7kovtvx') })
window.addEventListener('load', function () { styleCell_tinytable_zwdej158see49ab55hxq(0, 2, 'tinytable_css_w9f2k89asnttk7kovtvx') })
window.addEventListener('load', function () { styleCell_tinytable_zwdej158see49ab55hxq(0, 3, 'tinytable_css_w9f2k89asnttk7kovtvx') })
window.addEventListener('load', function () { styleCell_tinytable_007j9yqml2rcdgukairw(0, 0, 'tinytable_css_0o6cil7bn3m7a3m6oqo5') })
window.addEventListener('load', function () { styleCell_tinytable_007j9yqml2rcdgukairw(0, 1, 'tinytable_css_0o6cil7bn3m7a3m6oqo5') })
window.addEventListener('load', function () { styleCell_tinytable_007j9yqml2rcdgukairw(0, 2, 'tinytable_css_0o6cil7bn3m7a3m6oqo5') })
window.addEventListener('load', function () { styleCell_tinytable_007j9yqml2rcdgukairw(0, 3, 'tinytable_css_0o6cil7bn3m7a3m6oqo5') })
</script>


Expand Down
Loading

0 comments on commit a7b06b0

Please sign in to comment.