Skip to content

Commit

Permalink
Deploying to gh-pages from @ e448579 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Dec 12, 2024
1 parent 7e41a51 commit a486a1a
Show file tree
Hide file tree
Showing 41 changed files with 1,672 additions and 1,672 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 @@ -594,8 +594,8 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>

<script>

function styleCell_yej4cpv9ttyrq17tztcw(i, j, css_id) {
var table = document.getElementById("tinytable_yej4cpv9ttyrq17tztcw");
function styleCell_o9fk990qxqud579m0pvf(i, j, css_id) {
var table = document.getElementById("tinytable_o9fk990qxqud579m0pvf");
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 @@ -605,16 +605,16 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>
}
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_yej4cpv9ttyrq17tztcw');
var table = document.getElementById('tinytable_o9fk990qxqud579m0pvf');
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_yej4cpv9ttyrq17tztcw(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_yej4cpv9ttyrq17tztcw");
function spanCell_o9fk990qxqud579m0pvf(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_o9fk990qxqud579m0pvf");
const targetRow = table.rows[i];
const targetCell = targetRow.cells[j];
for (let r = 0; r < rowspan; r++) {
Expand Down Expand Up @@ -644,26 +644,26 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>
window.addEventListener('load', function () {
var cellsToStyle = [
// tinytable style arrays after
{ 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_vivdustv9i8o1g05nj1v',},
{ 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_7uiq6883jdrkyg1hp7fg',},
{ 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_kvgulol6soad7s0xq1sk',},
{ 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_5l5zxg4nc6zpmqwt4llm',},
];

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

<style>
/* tinytable css entries after */
.table td.tinytable_css_vivdustv9i8o1g05nj1v, .table th.tinytable_css_vivdustv9i8o1g05nj1v { border-bottom: solid #d3d8dc 0.1em; }
.table td.tinytable_css_7uiq6883jdrkyg1hp7fg, .table th.tinytable_css_7uiq6883jdrkyg1hp7fg { background-color: #ededed; }
.table td.tinytable_css_kvgulol6soad7s0xq1sk, .table th.tinytable_css_kvgulol6soad7s0xq1sk { background-color: #ededed; }
.table td.tinytable_css_5l5zxg4nc6zpmqwt4llm, .table th.tinytable_css_5l5zxg4nc6zpmqwt4llm { border-bottom: solid #d3d8dc 0.1em; }
</style>
<div class="container">
<table class="table table-striped" id="tinytable_yej4cpv9ttyrq17tztcw" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table table-striped" id="tinytable_o9fk990qxqud579m0pvf" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<thead>

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

<script>

function styleCell_8wdr6egehbwo8919s9z3(i, j, css_id) {
var table = document.getElementById("tinytable_8wdr6egehbwo8919s9z3");
function styleCell_reshtxa0k6o2wfa8gxks(i, j, css_id) {
var table = document.getElementById("tinytable_reshtxa0k6o2wfa8gxks");
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 @@ -721,16 +721,16 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>
}
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_8wdr6egehbwo8919s9z3');
var table = document.getElementById('tinytable_reshtxa0k6o2wfa8gxks');
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_8wdr6egehbwo8919s9z3(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_8wdr6egehbwo8919s9z3");
function spanCell_reshtxa0k6o2wfa8gxks(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_reshtxa0k6o2wfa8gxks");
const targetRow = table.rows[i];
const targetCell = targetRow.cells[j];
for (let r = 0; r < rowspan; r++) {
Expand Down Expand Up @@ -760,28 +760,28 @@ <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_x8oiz1qd7y5r433wvgfj',},
{ positions: [ { i: 0, j: 0 }, { i: 0, j: 1 }, { i: 0, j: 2 }, { i: 0, j: 3 }, ], css_id: 'tinytable_css_9ujdg17zhifgzxxzea58',},
{ positions: [ { i: 4, j: 0 }, { i: 4, j: 1 }, { i: 4, j: 2 }, { i: 4, j: 3 }, ], css_id: 'tinytable_css_26hsik9yueb1j6q1ec9y',},
{ 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_56j1jw3mdrsiy7xsfdxo',},
{ positions: [ { i: 4, j: 0 }, { i: 4, j: 1 }, { i: 4, j: 2 }, { i: 4, j: 3 }, ], css_id: 'tinytable_css_2jn8dzxj4nqv903i2qm7',},
{ positions: [ { i: 0, j: 0 }, { i: 0, j: 1 }, { i: 0, j: 2 }, { i: 0, j: 3 }, ], css_id: 'tinytable_css_2bb5u0ruw5pnaox2td2h',},
];

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

<style>
/* tinytable css entries after */
.table td.tinytable_css_x8oiz1qd7y5r433wvgfj, .table th.tinytable_css_x8oiz1qd7y5r433wvgfj { background-color: #ededed; }
.table td.tinytable_css_9ujdg17zhifgzxxzea58, .table th.tinytable_css_9ujdg17zhifgzxxzea58 { border-top: solid #d3d8dc 0.1em; border-bottom: solid #d3d8dc 0.05em; border-bottom: solid #d3d8dc 0.1em; }
.table td.tinytable_css_26hsik9yueb1j6q1ec9y, .table th.tinytable_css_26hsik9yueb1j6q1ec9y { border-bottom: solid #d3d8dc 0.1em; border-bottom: solid #d3d8dc 0.1em; }
.table td.tinytable_css_56j1jw3mdrsiy7xsfdxo, .table th.tinytable_css_56j1jw3mdrsiy7xsfdxo { background-color: #ededed; }
.table td.tinytable_css_2jn8dzxj4nqv903i2qm7, .table th.tinytable_css_2jn8dzxj4nqv903i2qm7 { border-bottom: solid #d3d8dc 0.1em; border-bottom: solid #d3d8dc 0.1em; }
.table td.tinytable_css_2bb5u0ruw5pnaox2td2h, .table th.tinytable_css_2bb5u0ruw5pnaox2td2h { 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_8wdr6egehbwo8919s9z3" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table table-striped" id="tinytable_reshtxa0k6o2wfa8gxks" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<thead>

<tr>
Expand Down
Loading

0 comments on commit a486a1a

Please sign in to comment.