Skip to content

Commit

Permalink
Deploying to gh-pages from @ 4f2e5a7 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Nov 14, 2024
1 parent 7f37a70 commit a9074bb
Show file tree
Hide file tree
Showing 41 changed files with 1,662 additions and 1,662 deletions.
164 changes: 82 additions & 82 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_61u0vo1lradddksnzi8a(i, j, css_id) {
var table = document.getElementById("tinytable_61u0vo1lradddksnzi8a");
function styleCell_wgc1idgel5jjdjnz0bhc(i, j, css_id) {
var table = document.getElementById("tinytable_wgc1idgel5jjdjnz0bhc");
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_61u0vo1lradddksnzi8a');
var table = document.getElementById('tinytable_wgc1idgel5jjdjnz0bhc');
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_61u0vo1lradddksnzi8a(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_61u0vo1lradddksnzi8a");
function spanCell_wgc1idgel5jjdjnz0bhc(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_wgc1idgel5jjdjnz0bhc");
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_a9oas178b3yxfpyhl42y',},
{ 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_8ar5i3qpwyt9rwm7eb24',},
{ 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_ztzvxu29utmmyhiw9gmy',},
{ 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_mhawe3c2xim8poh25z5d',},
];

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

<style>
/* tinytable css entries after */
.table td.tinytable_css_a9oas178b3yxfpyhl42y, .table th.tinytable_css_a9oas178b3yxfpyhl42y { background-color: #ededed; }
.table td.tinytable_css_8ar5i3qpwyt9rwm7eb24, .table th.tinytable_css_8ar5i3qpwyt9rwm7eb24 { border-bottom: solid #d3d8dc 0.1em; }
.table td.tinytable_css_ztzvxu29utmmyhiw9gmy, .table th.tinytable_css_ztzvxu29utmmyhiw9gmy { border-bottom: solid #d3d8dc 0.1em; }
.table td.tinytable_css_mhawe3c2xim8poh25z5d, .table th.tinytable_css_mhawe3c2xim8poh25z5d { background-color: #ededed; }
</style>
<div class="container">
<table class="table table-striped" id="tinytable_61u0vo1lradddksnzi8a" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table table-striped" id="tinytable_wgc1idgel5jjdjnz0bhc" 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_8g0fr6tznga535ta4h68(i, j, css_id) {
var table = document.getElementById("tinytable_8g0fr6tznga535ta4h68");
function styleCell_j8z1v7zxje1gf943oexk(i, j, css_id) {
var table = document.getElementById("tinytable_j8z1v7zxje1gf943oexk");
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_8g0fr6tznga535ta4h68');
var table = document.getElementById('tinytable_j8z1v7zxje1gf943oexk');
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_8g0fr6tznga535ta4h68(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_8g0fr6tznga535ta4h68");
function spanCell_j8z1v7zxje1gf943oexk(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_j8z1v7zxje1gf943oexk");
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_zi9tnkm80fzx05oa0thi',},
{ positions: [ { i: 0, j: 0 }, { i: 0, j: 1 }, { i: 0, j: 2 }, { i: 0, j: 3 }, ], css_id: 'tinytable_css_hchoetmgfb8cjs7ln904',},
{ 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_1lgt0vwus1sg8hu2hxdh',},
{ positions: [ { i: 4, j: 0 }, { i: 4, j: 1 }, { i: 4, j: 2 }, { i: 4, j: 3 }, ], css_id: 'tinytable_css_xki8ob03seumo951631t',},
{ positions: [ { i: 0, j: 0 }, { i: 0, j: 1 }, { i: 0, j: 2 }, { i: 0, j: 3 }, ], css_id: 'tinytable_css_spx2n2s18c4bi6eyz1j9',},
{ 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_iel41ey31y2qui3yw2v1',},
];

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

<style>
/* tinytable css entries after */
.table td.tinytable_css_zi9tnkm80fzx05oa0thi, .table th.tinytable_css_zi9tnkm80fzx05oa0thi { border-bottom: solid #d3d8dc 0.1em; border-bottom: solid #d3d8dc 0.1em; }
.table td.tinytable_css_hchoetmgfb8cjs7ln904, .table th.tinytable_css_hchoetmgfb8cjs7ln904 { border-top: solid #d3d8dc 0.1em; border-bottom: solid #d3d8dc 0.05em; border-bottom: solid #d3d8dc 0.1em; }
.table td.tinytable_css_1lgt0vwus1sg8hu2hxdh, .table th.tinytable_css_1lgt0vwus1sg8hu2hxdh { background-color: #ededed; }
.table td.tinytable_css_xki8ob03seumo951631t, .table th.tinytable_css_xki8ob03seumo951631t { border-bottom: solid #d3d8dc 0.1em; border-bottom: solid #d3d8dc 0.1em; }
.table td.tinytable_css_spx2n2s18c4bi6eyz1j9, .table th.tinytable_css_spx2n2s18c4bi6eyz1j9 { border-top: solid #d3d8dc 0.1em; border-bottom: solid #d3d8dc 0.05em; border-bottom: solid #d3d8dc 0.1em; }
.table td.tinytable_css_iel41ey31y2qui3yw2v1, .table th.tinytable_css_iel41ey31y2qui3yw2v1 { background-color: #ededed; }
</style>
<div class="container">
<table class="table table-striped" id="tinytable_8g0fr6tznga535ta4h68" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table table-striped" id="tinytable_j8z1v7zxje1gf943oexk" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<thead>

<tr>
Expand Down
Loading

0 comments on commit a9074bb

Please sign in to comment.