Skip to content

Commit

Permalink
Deploying to gh-pages from @ 1f84734 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Nov 22, 2024
1 parent 0a5b95b commit c20ff6f
Show file tree
Hide file tree
Showing 41 changed files with 1,683 additions and 1,683 deletions.
170 changes: 85 additions & 85 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 @@ -598,8 +598,8 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>

<script>

function styleCell_kob57hfd6sem1p1cfkia(i, j, css_id) {
var table = document.getElementById("tinytable_kob57hfd6sem1p1cfkia");
function styleCell_qpxsyt472nllfl20dz6l(i, j, css_id) {
var table = document.getElementById("tinytable_qpxsyt472nllfl20dz6l");
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 @@ -609,16 +609,16 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>
}
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_kob57hfd6sem1p1cfkia');
var table = document.getElementById('tinytable_qpxsyt472nllfl20dz6l');
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_kob57hfd6sem1p1cfkia(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_kob57hfd6sem1p1cfkia");
function spanCell_qpxsyt472nllfl20dz6l(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_qpxsyt472nllfl20dz6l");
const targetRow = table.rows[i];
const targetCell = targetRow.cells[j];
for (let r = 0; r < rowspan; r++) {
Expand Down Expand Up @@ -648,26 +648,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_qpscsjk1tltiy3haszqj',},
{ 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_j6wmiy0e8zdql4eg507w',},
{ 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_unu13h6ff38ys5in1smx',},
{ 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_hy96q73tjoxvq6ezj1r5',},
];

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

<style>
/* tinytable css entries after */
.table td.tinytable_css_qpscsjk1tltiy3haszqj, .table th.tinytable_css_qpscsjk1tltiy3haszqj { border-bottom: solid #d3d8dc 0.1em; }
.table td.tinytable_css_j6wmiy0e8zdql4eg507w, .table th.tinytable_css_j6wmiy0e8zdql4eg507w { background-color: #ededed; }
.table td.tinytable_css_unu13h6ff38ys5in1smx, .table th.tinytable_css_unu13h6ff38ys5in1smx { border-bottom: solid #d3d8dc 0.1em; }
.table td.tinytable_css_hy96q73tjoxvq6ezj1r5, .table th.tinytable_css_hy96q73tjoxvq6ezj1r5 { background-color: #ededed; }
</style>
<div class="container">
<table class="table table-striped" id="tinytable_kob57hfd6sem1p1cfkia" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table table-striped" id="tinytable_qpxsyt472nllfl20dz6l" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<thead>

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

<script>

function styleCell_8w5ju0il7h0tw7wbhekg(i, j, css_id) {
var table = document.getElementById("tinytable_8w5ju0il7h0tw7wbhekg");
function styleCell_2reet01gw214jto2vcjy(i, j, css_id) {
var table = document.getElementById("tinytable_2reet01gw214jto2vcjy");
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 @@ -725,16 +725,16 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>
}
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_8w5ju0il7h0tw7wbhekg');
var table = document.getElementById('tinytable_2reet01gw214jto2vcjy');
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_8w5ju0il7h0tw7wbhekg(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_8w5ju0il7h0tw7wbhekg");
function spanCell_2reet01gw214jto2vcjy(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_2reet01gw214jto2vcjy");
const targetRow = table.rows[i];
const targetCell = targetRow.cells[j];
for (let r = 0; r < rowspan; r++) {
Expand Down Expand Up @@ -764,28 +764,28 @@ <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: 0, j: 1 }, { i: 0, j: 2 }, { i: 0, j: 3 }, ], css_id: 'tinytable_css_nux0hvsk1wurpr72sgwo',},
{ positions: [ { i: 4, j: 0 }, { i: 4, j: 1 }, { i: 4, j: 2 }, { i: 4, j: 3 }, ], css_id: 'tinytable_css_mv18yxr8a8dph7i4m3dl',},
{ 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_6l9ynhxaj5mov7wbsf6g',},
{ positions: [ { i: 0, j: 0 }, { i: 0, j: 1 }, { i: 0, j: 2 }, { i: 0, j: 3 }, ], css_id: 'tinytable_css_z6qnfug3nqls11gzof9k',},
{ 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_kbijbbirws8txvcmkasl',},
{ positions: [ { i: 4, j: 0 }, { i: 4, j: 1 }, { i: 4, j: 2 }, { i: 4, j: 3 }, ], css_id: 'tinytable_css_elqvff3jaoiskixpnyas',},
];

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

<style>
/* tinytable css entries after */
.table td.tinytable_css_nux0hvsk1wurpr72sgwo, .table th.tinytable_css_nux0hvsk1wurpr72sgwo { border-top: solid #d3d8dc 0.1em; border-bottom: solid #d3d8dc 0.05em; border-bottom: solid #d3d8dc 0.1em; }
.table td.tinytable_css_mv18yxr8a8dph7i4m3dl, .table th.tinytable_css_mv18yxr8a8dph7i4m3dl { border-bottom: solid #d3d8dc 0.1em; border-bottom: solid #d3d8dc 0.1em; }
.table td.tinytable_css_6l9ynhxaj5mov7wbsf6g, .table th.tinytable_css_6l9ynhxaj5mov7wbsf6g { background-color: #ededed; }
.table td.tinytable_css_z6qnfug3nqls11gzof9k, .table th.tinytable_css_z6qnfug3nqls11gzof9k { border-top: solid #d3d8dc 0.1em; border-bottom: solid #d3d8dc 0.05em; border-bottom: solid #d3d8dc 0.1em; }
.table td.tinytable_css_kbijbbirws8txvcmkasl, .table th.tinytable_css_kbijbbirws8txvcmkasl { background-color: #ededed; }
.table td.tinytable_css_elqvff3jaoiskixpnyas, .table th.tinytable_css_elqvff3jaoiskixpnyas { border-bottom: solid #d3d8dc 0.1em; border-bottom: solid #d3d8dc 0.1em; }
</style>
<div class="container">
<table class="table table-striped" id="tinytable_8w5ju0il7h0tw7wbhekg" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table table-striped" id="tinytable_2reet01gw214jto2vcjy" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<thead>

<tr>
Expand Down
Loading

0 comments on commit c20ff6f

Please sign in to comment.