Skip to content

Commit

Permalink
Deploying to gh-pages from @ a9f6fcb 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Nov 21, 2024
1 parent 7a97a57 commit 94b7478
Show file tree
Hide file tree
Showing 42 changed files with 1,703 additions and 1,701 deletions.
160 changes: 80 additions & 80 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_e8jlj2kfh01ilkw0ofua(i, j, css_id) {
var table = document.getElementById("tinytable_e8jlj2kfh01ilkw0ofua");
function styleCell_tk2635e7khpno7k693y0(i, j, css_id) {
var table = document.getElementById("tinytable_tk2635e7khpno7k693y0");
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_e8jlj2kfh01ilkw0ofua');
var table = document.getElementById('tinytable_tk2635e7khpno7k693y0');
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_e8jlj2kfh01ilkw0ofua(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_e8jlj2kfh01ilkw0ofua");
function spanCell_tk2635e7khpno7k693y0(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_tk2635e7khpno7k693y0");
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_jzsfvtv8kgmjqwvnpuqs',},
{ 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_gxkq7lfcjune3e21fugf',},
{ 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_zpubub5rhyb8cle7lhjb',},
{ 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_dfnaqgkv6mo71r24zxrm',},
];

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

<style>
/* tinytable css entries after */
.table td.tinytable_css_jzsfvtv8kgmjqwvnpuqs, .table th.tinytable_css_jzsfvtv8kgmjqwvnpuqs { background-color: #ededed; }
.table td.tinytable_css_gxkq7lfcjune3e21fugf, .table th.tinytable_css_gxkq7lfcjune3e21fugf { border-bottom: solid #d3d8dc 0.1em; }
.table td.tinytable_css_zpubub5rhyb8cle7lhjb, .table th.tinytable_css_zpubub5rhyb8cle7lhjb { border-bottom: solid #d3d8dc 0.1em; }
.table td.tinytable_css_dfnaqgkv6mo71r24zxrm, .table th.tinytable_css_dfnaqgkv6mo71r24zxrm { background-color: #ededed; }
</style>
<div class="container">
<table class="table table-striped" id="tinytable_e8jlj2kfh01ilkw0ofua" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table table-striped" id="tinytable_tk2635e7khpno7k693y0" 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_2jkut7zl55spgvxqjm9e(i, j, css_id) {
var table = document.getElementById("tinytable_2jkut7zl55spgvxqjm9e");
function styleCell_6bmtzyovuewqg32fh1gh(i, j, css_id) {
var table = document.getElementById("tinytable_6bmtzyovuewqg32fh1gh");
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_2jkut7zl55spgvxqjm9e');
var table = document.getElementById('tinytable_6bmtzyovuewqg32fh1gh');
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_2jkut7zl55spgvxqjm9e(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_2jkut7zl55spgvxqjm9e");
function spanCell_6bmtzyovuewqg32fh1gh(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_6bmtzyovuewqg32fh1gh");
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: 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_qi7ke1cn5ao7szjtj1te',},
{ positions: [ { i: 4, j: 0 }, { i: 4, j: 1 }, { i: 4, j: 2 }, { i: 4, j: 3 }, ], css_id: 'tinytable_css_910tzg68i1gvdtufsv85',},
{ positions: [ { i: 0, j: 0 }, { i: 0, j: 1 }, { i: 0, j: 2 }, { i: 0, j: 3 }, ], css_id: 'tinytable_css_1ohp7eqynjg8m117flpt',},
{ positions: [ { i: 4, j: 0 }, { i: 4, j: 1 }, { i: 4, j: 2 }, { i: 4, j: 3 }, ], css_id: 'tinytable_css_xkq5642gatio9x29bfix',},
{ positions: [ { i: 0, j: 0 }, { i: 0, j: 1 }, { i: 0, j: 2 }, { i: 0, j: 3 }, ], css_id: 'tinytable_css_cr8lhhjwoir3nlrm5dd9',},
{ 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_0zkj363qh1w7haigugsm',},
];

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

<style>
/* tinytable css entries after */
.table td.tinytable_css_qi7ke1cn5ao7szjtj1te, .table th.tinytable_css_qi7ke1cn5ao7szjtj1te { background-color: #ededed; }
.table td.tinytable_css_910tzg68i1gvdtufsv85, .table th.tinytable_css_910tzg68i1gvdtufsv85 { border-bottom: solid #d3d8dc 0.1em; border-bottom: solid #d3d8dc 0.1em; }
.table td.tinytable_css_1ohp7eqynjg8m117flpt, .table th.tinytable_css_1ohp7eqynjg8m117flpt { border-top: solid #d3d8dc 0.1em; border-bottom: solid #d3d8dc 0.05em; border-bottom: solid #d3d8dc 0.1em; }
.table td.tinytable_css_xkq5642gatio9x29bfix, .table th.tinytable_css_xkq5642gatio9x29bfix { border-bottom: solid #d3d8dc 0.1em; border-bottom: solid #d3d8dc 0.1em; }
.table td.tinytable_css_cr8lhhjwoir3nlrm5dd9, .table th.tinytable_css_cr8lhhjwoir3nlrm5dd9 { border-top: solid #d3d8dc 0.1em; border-bottom: solid #d3d8dc 0.05em; border-bottom: solid #d3d8dc 0.1em; }
.table td.tinytable_css_0zkj363qh1w7haigugsm, .table th.tinytable_css_0zkj363qh1w7haigugsm { background-color: #ededed; }
</style>
<div class="container">
<table class="table table-striped" id="tinytable_2jkut7zl55spgvxqjm9e" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table table-striped" id="tinytable_6bmtzyovuewqg32fh1gh" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<thead>

<tr>
Expand Down
Loading

0 comments on commit 94b7478

Please sign in to comment.