Skip to content

Commit

Permalink
Deploying to gh-pages from @ 099e835 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Nov 5, 2024
1 parent f5a97ab commit e86b5f4
Show file tree
Hide file tree
Showing 41 changed files with 1,819 additions and 1,833 deletions.
162 changes: 81 additions & 81 deletions man/format_tt.html

Large diffs are not rendered by default.

222 changes: 111 additions & 111 deletions man/group_tt.html

Large diffs are not rendered by default.

88 changes: 44 additions & 44 deletions man/rbind2-tinytable-tinytable-method.html

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions man/theme_tt.html
Original file line number Diff line number Diff line change
Expand Up @@ -586,8 +586,8 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>

<script>

function styleCell_hdsmbr3iybd7ov74z4m3(i, j, css_id) {
var table = document.getElementById("tinytable_hdsmbr3iybd7ov74z4m3");
function styleCell_6dvbqpuzm9pemefshx56(i, j, css_id) {
var table = document.getElementById("tinytable_6dvbqpuzm9pemefshx56");
var cell = table.rows[i]?.cells[j]; // Safe navigation to avoid errors
if (cell) {
console.log(`Styling cell at (${i}, ${j}) with class ${css_id}`);
Expand All @@ -597,16 +597,16 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>
}
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_hdsmbr3iybd7ov74z4m3');
var table = document.getElementById('tinytable_6dvbqpuzm9pemefshx56');
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_hdsmbr3iybd7ov74z4m3(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_hdsmbr3iybd7ov74z4m3");
function spanCell_6dvbqpuzm9pemefshx56(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_6dvbqpuzm9pemefshx56");
const targetRow = table.rows[i];
const targetCell = targetRow.cells[j];
for (let r = 0; r < rowspan; r++) {
Expand Down Expand Up @@ -636,26 +636,26 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>
window.addEventListener('load', function () {
var cellsToStyle = [
// tinytable style arrays after
{ positions: [ { i: 1, j: 0 }, { i: 3, j: 0 }, { i: 1, j: 1 }, { i: 3, j: 1 }, { i: 1, j: 2 }, { i: 3, j: 2 }, { i: 1, j: 3 }, { i: 3, j: 3 }, ], css_id: 'tinytable_css_rp7zcfi3byjjbw79tgwh',},
{ positions: [ { i: 0, j: 0 }, { i: 4, j: 0 }, { i: 0, j: 1 }, { i: 4, j: 1 }, { i: 0, j: 2 }, { i: 4, j: 2 }, { i: 0, j: 3 }, { i: 4, j: 3 }, ], css_id: 'tinytable_css_f7tln8knyz6vch41jkz2',},
{ positions: [ { i: 1, j: 0 }, { i: 3, j: 0 }, { i: 1, j: 1 }, { i: 3, j: 1 }, { i: 1, j: 2 }, { i: 3, j: 2 }, { i: 1, j: 3 }, { i: 3, j: 3 }, ], css_id: 'tinytable_css_fx0nb03qw6b5lsamaf23',},
{ positions: [ { i: 0, j: 0 }, { i: 4, j: 0 }, { i: 0, j: 1 }, { i: 4, j: 1 }, { i: 0, j: 2 }, { i: 4, j: 2 }, { i: 0, j: 3 }, { i: 4, j: 3 }, ], css_id: 'tinytable_css_7bqgq43uu9whfghuqshl',},
];

// Loop over the arrays to style the cells
cellsToStyle.forEach(function (group) {
group.positions.forEach(function (cell) {
styleCell_hdsmbr3iybd7ov74z4m3(cell.i, cell.j, group.css_id);
styleCell_6dvbqpuzm9pemefshx56(cell.i, cell.j, group.css_id);
});
});
});
</script>

<style>
/* tinytable css entries after */
.table td.tinytable_css_rp7zcfi3byjjbw79tgwh, .table th.tinytable_css_rp7zcfi3byjjbw79tgwh { background-color: #ededed; }
.table td.tinytable_css_f7tln8knyz6vch41jkz2, .table th.tinytable_css_f7tln8knyz6vch41jkz2 { border-bottom: solid #d3d8dc 0.1em; }
.table td.tinytable_css_fx0nb03qw6b5lsamaf23, .table th.tinytable_css_fx0nb03qw6b5lsamaf23 { background-color: #ededed; }
.table td.tinytable_css_7bqgq43uu9whfghuqshl, .table th.tinytable_css_7bqgq43uu9whfghuqshl { border-bottom: solid #d3d8dc 0.1em; }
</style>
<div class="container">
<table class="table table-striped" id="tinytable_hdsmbr3iybd7ov74z4m3" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table table-striped" id="tinytable_6dvbqpuzm9pemefshx56" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<thead>

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

<script>

function styleCell_lvj2mhtcd928x2tbhkhq(i, j, css_id) {
var table = document.getElementById("tinytable_lvj2mhtcd928x2tbhkhq");
function styleCell_2b0swvdmq0op2a9ukcp6(i, j, css_id) {
var table = document.getElementById("tinytable_2b0swvdmq0op2a9ukcp6");
var cell = table.rows[i]?.cells[j]; // Safe navigation to avoid errors
if (cell) {
console.log(`Styling cell at (${i}, ${j}) with class ${css_id}`);
Expand All @@ -713,16 +713,16 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>
}
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_lvj2mhtcd928x2tbhkhq');
var table = document.getElementById('tinytable_2b0swvdmq0op2a9ukcp6');
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_lvj2mhtcd928x2tbhkhq(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_lvj2mhtcd928x2tbhkhq");
function spanCell_2b0swvdmq0op2a9ukcp6(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_2b0swvdmq0op2a9ukcp6");
const targetRow = table.rows[i];
const targetCell = targetRow.cells[j];
for (let r = 0; r < rowspan; r++) {
Expand Down Expand Up @@ -752,28 +752,28 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>
window.addEventListener('load', function () {
var cellsToStyle = [
// tinytable style arrays after
{ positions: [ { i: 4, j: 0 }, { i: 4, j: 1 }, { i: 4, j: 2 }, { i: 4, j: 3 }, ], css_id: 'tinytable_css_nfi4jk4z6i4g2pz02ll3',},
{ positions: [ { i: 1, j: 0 }, { i: 3, j: 0 }, { i: 1, j: 1 }, { i: 3, j: 1 }, { i: 1, j: 2 }, { i: 3, j: 2 }, { i: 1, j: 3 }, { i: 3, j: 3 }, ], css_id: 'tinytable_css_gedppas0o53euiw9i6kl',},
{ positions: [ { i: 0, j: 0 }, { i: 0, j: 1 }, { i: 0, j: 2 }, { i: 0, j: 3 }, ], css_id: 'tinytable_css_00ne1vnz0bkcyav3ufam',},
{ positions: [ { i: 1, j: 0 }, { i: 3, j: 0 }, { i: 1, j: 1 }, { i: 3, j: 1 }, { i: 1, j: 2 }, { i: 3, j: 2 }, { i: 1, j: 3 }, { i: 3, j: 3 }, ], css_id: 'tinytable_css_xb3fgp2fz5ag5ln1l5ug',},
{ positions: [ { i: 4, j: 0 }, { i: 4, j: 1 }, { i: 4, j: 2 }, { i: 4, j: 3 }, ], css_id: 'tinytable_css_86yg93zr6qt6wv89n1th',},
{ positions: [ { i: 0, j: 0 }, { i: 0, j: 1 }, { i: 0, j: 2 }, { i: 0, j: 3 }, ], css_id: 'tinytable_css_2jf6b2c3bm95b512ipny',},
];

// Loop over the arrays to style the cells
cellsToStyle.forEach(function (group) {
group.positions.forEach(function (cell) {
styleCell_lvj2mhtcd928x2tbhkhq(cell.i, cell.j, group.css_id);
styleCell_2b0swvdmq0op2a9ukcp6(cell.i, cell.j, group.css_id);
});
});
});
</script>

<style>
/* tinytable css entries after */
.table td.tinytable_css_nfi4jk4z6i4g2pz02ll3, .table th.tinytable_css_nfi4jk4z6i4g2pz02ll3 { border-bottom: solid #d3d8dc 0.1em; border-bottom: solid #d3d8dc 0.1em; }
.table td.tinytable_css_gedppas0o53euiw9i6kl, .table th.tinytable_css_gedppas0o53euiw9i6kl { background-color: #ededed; }
.table td.tinytable_css_00ne1vnz0bkcyav3ufam, .table th.tinytable_css_00ne1vnz0bkcyav3ufam { border-top: solid #d3d8dc 0.1em; border-bottom: solid #d3d8dc 0.05em; border-bottom: solid #d3d8dc 0.1em; }
.table td.tinytable_css_xb3fgp2fz5ag5ln1l5ug, .table th.tinytable_css_xb3fgp2fz5ag5ln1l5ug { background-color: #ededed; }
.table td.tinytable_css_86yg93zr6qt6wv89n1th, .table th.tinytable_css_86yg93zr6qt6wv89n1th { border-bottom: solid #d3d8dc 0.1em; border-bottom: solid #d3d8dc 0.1em; }
.table td.tinytable_css_2jf6b2c3bm95b512ipny, .table th.tinytable_css_2jf6b2c3bm95b512ipny { border-top: solid #d3d8dc 0.1em; border-bottom: solid #d3d8dc 0.05em; border-bottom: solid #d3d8dc 0.1em; }
</style>
<div class="container">
<table class="table table-striped" id="tinytable_lvj2mhtcd928x2tbhkhq" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table table-striped" id="tinytable_2b0swvdmq0op2a9ukcp6" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<thead>

<tr>
Expand Down
Loading

0 comments on commit e86b5f4

Please sign in to comment.