Skip to content

Commit

Permalink
Deploying to gh-pages from @ 50a9f68 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Feb 12, 2024
1 parent d7afc76 commit fd36de8
Show file tree
Hide file tree
Showing 36 changed files with 1,867 additions and 1,866 deletions.
4 changes: 2 additions & 2 deletions CITATION.html
Original file line number Diff line number Diff line change
Expand Up @@ -248,15 +248,15 @@ <h1>Citation</h1>

Arel-Bundock V (????). _tinytable: Simple and Configurable Tables in
'HTML', 'LaTeX', 'Markdown', 'Word', 'PNG', 'PDF', and 'Typst'
Formats_. R package version 0.0.4.9000,
Formats_. R package version 0.0.5,
&lt;https://vincentarelbundock.github.io/tinytable/&gt;.

A BibTeX entry for LaTeX users is

@Manual{,
title = {tinytable: Simple and Configurable Tables in 'HTML', 'LaTeX', 'Markdown', 'Word', 'PNG', 'PDF', and 'Typst' Formats},
author = {Vincent Arel-Bundock},
note = {R package version 0.0.4.9000},
note = {R package version 0.0.5},
url = {https://vincentarelbundock.github.io/tinytable/},
}</code></pre>

Expand Down
31 changes: 16 additions & 15 deletions NEWS.html
Original file line number Diff line number Diff line change
Expand Up @@ -235,11 +235,11 @@ <h2 id="toc-title">On this page</h2>
<ul>
<li><a href="#news" id="toc-news" class="nav-link active" data-scroll-target="#news">News</a>
<ul class="collapse">
<li><a href="#development" id="toc-development" class="nav-link" data-scroll-target="#development">Development</a></li>
<li><a href="#section" id="toc-section" class="nav-link" data-scroll-target="#section">0.0.4</a></li>
<li><a href="#section-1" id="toc-section-1" class="nav-link" data-scroll-target="#section-1">0.0.3</a></li>
<li><a href="#section-2" id="toc-section-2" class="nav-link" data-scroll-target="#section-2">0.0.2</a></li>
<li><a href="#section-3" id="toc-section-3" class="nav-link" data-scroll-target="#section-3">0.0.1</a></li>
<li><a href="#section" id="toc-section" class="nav-link" data-scroll-target="#section">0.0.5</a></li>
<li><a href="#section-1" id="toc-section-1" class="nav-link" data-scroll-target="#section-1">0.0.4</a></li>
<li><a href="#section-2" id="toc-section-2" class="nav-link" data-scroll-target="#section-2">0.0.3</a></li>
<li><a href="#section-3" id="toc-section-3" class="nav-link" data-scroll-target="#section-3">0.0.2</a></li>
<li><a href="#section-4" id="toc-section-4" class="nav-link" data-scroll-target="#section-4">0.0.1</a></li>
</ul></li>
</ul>
</nav>
Expand All @@ -252,14 +252,15 @@ <h2 id="toc-title">On this page</h2>

<section id="news" class="level1">
<h1>News</h1>
<section id="development" class="level2">
<h2 class="anchored" data-anchor-id="development">Development</h2>
<section id="section" class="level2">
<h2 class="anchored" data-anchor-id="section">0.0.5</h2>
<ul>
<li><code>format_tt()</code> escapes &lt;&gt; tags in Typst.</li>
<li>Bug introduced in 0.0.4 prevented <code>group_tt(i)</code> in HTML.</li>
</ul>
</section>
<section id="section" class="level2">
<h2 class="anchored" data-anchor-id="section">0.0.4</h2>
<section id="section-1" class="level2">
<h2 class="anchored" data-anchor-id="section-1">0.0.4</h2>
<p>New:</p>
<ul>
<li><code>j</code> argument in <code>style_tt()</code> and <code>format_tt()</code> now accepts a string vector to match columns. Issue <a href="https://github.com/vincentarelbundock/tinytable//issues/122">#122</a></li>
Expand All @@ -275,8 +276,8 @@ <h2 class="anchored" data-anchor-id="section">0.0.4</h2>
<li>Markdown group rows broke indexing when using <code>style_tt()</code>. Thanks to <a href="https://github.com/strengejacke"><span class="citation" data-cites="strengejacke">@strengejacke</span></a> for report <a href="https://github.com/vincentarelbundock/tinytable//issues/133">#133</a>.</li>
</ul>
</section>
<section id="section-1" class="level2">
<h2 class="anchored" data-anchor-id="section-1">0.0.3</h2>
<section id="section-2" class="level2">
<h2 class="anchored" data-anchor-id="section-2">0.0.3</h2>
<p>New:</p>
<ul>
<li><code>Typst</code> tables are now supported using the <code>tablex</code> extension:
Expand All @@ -293,8 +294,8 @@ <h2 class="anchored" data-anchor-id="section-1">0.0.3</h2>
<li><code>group_tt()</code> can be called multiple times to create mult-row headers.</li>
</ul>
</section>
<section id="section-2" class="level2">
<h2 class="anchored" data-anchor-id="section-2">0.0.2</h2>
<section id="section-3" class="level2">
<h2 class="anchored" data-anchor-id="section-3">0.0.2</h2>
<p>Improvements:</p>
<ul>
<li>Rules and cell borders: <code>line</code>, <code>line_width</code>, and <code>line_color</code> arguments.</li>
Expand All @@ -319,8 +320,8 @@ <h2 class="anchored" data-anchor-id="section-2">0.0.2</h2>
<li>Math in $$ is the new recommendation.</li>
</ul>
</section>
<section id="section-3" class="level2">
<h2 class="anchored" data-anchor-id="section-3">0.0.1</h2>
<section id="section-4" class="level2">
<h2 class="anchored" data-anchor-id="section-4">0.0.1</h2>
<p>Initial package release. Yay!</p>


Expand Down
30 changes: 15 additions & 15 deletions man/format_tt.html
Original file line number Diff line number Diff line change
Expand Up @@ -470,9 +470,9 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>

<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>tinytable_itswth3mnpnn6tkg00bu</title>
<title>tinytable_zv5lenlam7qb7bbkc5yo</title>
<style>
.table td.tinytable_css_18yr4f3yp9krz1zrvt0x, .table th.tinytable_css_18yr4f3yp9krz1zrvt0x { border-bottom: solid 0.1em #d3d8dc; }
.table td.tinytable_css_42n8omstkwb5of8ewc4i, .table th.tinytable_css_42n8omstkwb5of8ewc4i { border-bottom: solid 0.1em #d3d8dc; }
</style>
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
<script id="MathJax-script" async="" src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
Expand All @@ -490,7 +490,7 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>


<div class="container">
<table class="table table-borderless" id="tinytable_itswth3mnpnn6tkg00bu" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table table-borderless" id="tinytable_zv5lenlam7qb7bbkc5yo" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<thead>

<tr>
Expand All @@ -501,37 +501,37 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>

<tbody>
<tr>
<td> 9 998</td>
<td> 9 999</td>
<td>10 001</td>
<td>10 001</td>
</tr>
<tr>
<td>10 002</td>
<td> 9 999</td>
<td>10 000</td>
<td>10 000</td>
</tr>
<tr>
<td>10 000</td>
<td>10 003</td>
<td>10 000</td>
</tr>
</tbody>
</table>
</div>

<script>
function styleCell_tinytable_f4lmrs1oo52mti3ei8dk(i, j, css_id) {
var table = document.getElementById("tinytable_itswth3mnpnn6tkg00bu");
function styleCell_tinytable_kw8vjdnzjmi4bb7jw5d6(i, j, css_id) {
var table = document.getElementById("tinytable_zv5lenlam7qb7bbkc5yo");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_itswth3mnpnn6tkg00bu');
var table = document.getElementById('tinytable_zv5lenlam7qb7bbkc5yo');
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_tinytable_f4lmrs1oo52mti3ei8dk(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_itswth3mnpnn6tkg00bu");
function spanCell_tinytable_kw8vjdnzjmi4bb7jw5d6(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_zv5lenlam7qb7bbkc5yo");
const targetRow = table.rows[i];
const targetCell = targetRow.cells[j];
for (let r = 0; r < rowspan; r++) {
Expand All @@ -558,8 +558,8 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>
targetCell.colSpan = colspan;
}

window.addEventListener('load', function () { styleCell_tinytable_f4lmrs1oo52mti3ei8dk(0, 0, 'tinytable_css_18yr4f3yp9krz1zrvt0x') })
window.addEventListener('load', function () { styleCell_tinytable_f4lmrs1oo52mti3ei8dk(0, 1, 'tinytable_css_18yr4f3yp9krz1zrvt0x') })
window.addEventListener('load', function () { styleCell_tinytable_kw8vjdnzjmi4bb7jw5d6(0, 0, 'tinytable_css_42n8omstkwb5of8ewc4i') })
window.addEventListener('load', function () { styleCell_tinytable_kw8vjdnzjmi4bb7jw5d6(0, 1, 'tinytable_css_42n8omstkwb5of8ewc4i') })
</script>


Expand Down
84 changes: 42 additions & 42 deletions man/group_tt.html
Original file line number Diff line number Diff line change
Expand Up @@ -369,13 +369,13 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>

<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>tinytable_805poh2khmxywmbrltts</title>
<title>tinytable_41v0z8n1uivr4jekpfm0</title>
<style>
.table td.tinytable_css_64bhe1ru49rmh94yce6g, .table th.tinytable_css_64bhe1ru49rmh94yce6g { border-bottom: solid 0.1em #d3d8dc; }
.table td.tinytable_css_njlbicjm4ui97d79a3c8, .table th.tinytable_css_njlbicjm4ui97d79a3c8 { text-align: center; }
.table td.tinytable_css_yaf8duf4vusf06w3ws96, .table th.tinytable_css_yaf8duf4vusf06w3ws96 { border-bottom: solid 0.05em #d3d8dc; }
.table td.tinytable_css_ymh8bj1v1eg1doyrrwbs, .table th.tinytable_css_ymh8bj1v1eg1doyrrwbs { padding-left: 1em; }
.table td.tinytable_css_aajrt6j8ziwfamyrdnqn, .table th.tinytable_css_aajrt6j8ziwfamyrdnqn { text-align: center; }
.table td.tinytable_css_q3g2alq0e6putqsd7mi1, .table th.tinytable_css_q3g2alq0e6putqsd7mi1 { border-bottom: solid 0.1em #d3d8dc; }
.table td.tinytable_css_vdyyhgyyzwe0vcamlt5o, .table th.tinytable_css_vdyyhgyyzwe0vcamlt5o { text-align: center; }
.table td.tinytable_css_3cgvbpvhc3nd2whovq94, .table th.tinytable_css_3cgvbpvhc3nd2whovq94 { border-bottom: solid 0.05em #d3d8dc; }
.table td.tinytable_css_4o07bx1llkkg2161rt7e, .table th.tinytable_css_4o07bx1llkkg2161rt7e { padding-left: 1em; }
.table td.tinytable_css_1xwiql73pswyij7noz2w, .table th.tinytable_css_1xwiql73pswyij7noz2w { text-align: center; }
</style>
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
<script id="MathJax-script" async="" src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
Expand All @@ -393,7 +393,7 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>


<div class="container">
<table class="table table-borderless" id="tinytable_805poh2khmxywmbrltts" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table table-borderless" id="tinytable_41v0z8n1uivr4jekpfm0" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<thead>
<tr>
<th scope="col" align="center" colspan="1"> </th>
Expand Down Expand Up @@ -486,21 +486,21 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>
</div>

<script>
function styleCell_tinytable_94hgxmx3dv2fdbsjldi7(i, j, css_id) {
var table = document.getElementById("tinytable_805poh2khmxywmbrltts");
function styleCell_tinytable_lyppszhqblf51a3tkoyg(i, j, css_id) {
var table = document.getElementById("tinytable_41v0z8n1uivr4jekpfm0");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow_sspd2ns4ay78gq554tmm(i, colspan, content) {
var table = document.getElementById('tinytable_805poh2khmxywmbrltts');
function insertSpanRow_n4t8rc3wo4at0s556w0y(i, colspan, content) {
var table = document.getElementById('tinytable_41v0z8n1uivr4jekpfm0');
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_tinytable_94hgxmx3dv2fdbsjldi7(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_805poh2khmxywmbrltts");
function spanCell_tinytable_lyppszhqblf51a3tkoyg(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_41v0z8n1uivr4jekpfm0");
const targetRow = table.rows[i];
const targetCell = targetRow.cells[j];
for (let r = 0; r < rowspan; r++) {
Expand All @@ -527,35 +527,35 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>
targetCell.colSpan = colspan;
}

window.addEventListener('load', function () { styleCell_tinytable_94hgxmx3dv2fdbsjldi7(1, 0, 'tinytable_css_64bhe1ru49rmh94yce6g') })
window.addEventListener('load', function () { styleCell_tinytable_94hgxmx3dv2fdbsjldi7(1, 1, 'tinytable_css_64bhe1ru49rmh94yce6g') })
window.addEventListener('load', function () { styleCell_tinytable_94hgxmx3dv2fdbsjldi7(1, 2, 'tinytable_css_64bhe1ru49rmh94yce6g') })
window.addEventListener('load', function () { styleCell_tinytable_94hgxmx3dv2fdbsjldi7(1, 3, 'tinytable_css_64bhe1ru49rmh94yce6g') })
window.addEventListener('load', function () { styleCell_tinytable_94hgxmx3dv2fdbsjldi7(1, 4, 'tinytable_css_64bhe1ru49rmh94yce6g') })
window.addEventListener('load', function () { styleCell_tinytable_94hgxmx3dv2fdbsjldi7(0, 0, 'tinytable_css_njlbicjm4ui97d79a3c8') })
window.addEventListener('load', function () { styleCell_tinytable_94hgxmx3dv2fdbsjldi7(0, 1, 'tinytable_css_njlbicjm4ui97d79a3c8') })
window.addEventListener('load', function () { styleCell_tinytable_94hgxmx3dv2fdbsjldi7(0, 2, 'tinytable_css_njlbicjm4ui97d79a3c8') })
window.addEventListener('load', function () { styleCell_tinytable_94hgxmx3dv2fdbsjldi7(0, 3, 'tinytable_css_njlbicjm4ui97d79a3c8') })
window.addEventListener('load', function () { styleCell_tinytable_94hgxmx3dv2fdbsjldi7(0, 4, 'tinytable_css_njlbicjm4ui97d79a3c8') })
window.addEventListener('load', function () { styleCell_tinytable_94hgxmx3dv2fdbsjldi7(0, 1, 'tinytable_css_yaf8duf4vusf06w3ws96') })
window.addEventListener('load', function () { styleCell_tinytable_94hgxmx3dv2fdbsjldi7(0, 2, 'tinytable_css_yaf8duf4vusf06w3ws96') })
window.addEventListener('load', function () { insertSpanRow_sspd2ns4ay78gq554tmm(9, 5, 'World') });
window.addEventListener('load', function () { insertSpanRow_sspd2ns4ay78gq554tmm(4, 5, 'Hello') });
window.addEventListener('load', function () { styleCell_tinytable_94hgxmx3dv2fdbsjldi7(2, 0, 'tinytable_css_ymh8bj1v1eg1doyrrwbs') })
window.addEventListener('load', function () { styleCell_tinytable_94hgxmx3dv2fdbsjldi7(3, 0, 'tinytable_css_ymh8bj1v1eg1doyrrwbs') })
window.addEventListener('load', function () { styleCell_tinytable_94hgxmx3dv2fdbsjldi7(5, 0, 'tinytable_css_ymh8bj1v1eg1doyrrwbs') })
window.addEventListener('load', function () { styleCell_tinytable_94hgxmx3dv2fdbsjldi7(6, 0, 'tinytable_css_ymh8bj1v1eg1doyrrwbs') })
window.addEventListener('load', function () { styleCell_tinytable_94hgxmx3dv2fdbsjldi7(7, 0, 'tinytable_css_ymh8bj1v1eg1doyrrwbs') })
window.addEventListener('load', function () { styleCell_tinytable_94hgxmx3dv2fdbsjldi7(8, 0, 'tinytable_css_ymh8bj1v1eg1doyrrwbs') })
window.addEventListener('load', function () { styleCell_tinytable_94hgxmx3dv2fdbsjldi7(9, 0, 'tinytable_css_ymh8bj1v1eg1doyrrwbs') })
window.addEventListener('load', function () { styleCell_tinytable_94hgxmx3dv2fdbsjldi7(11, 0, 'tinytable_css_ymh8bj1v1eg1doyrrwbs') })
window.addEventListener('load', function () { styleCell_tinytable_94hgxmx3dv2fdbsjldi7(12, 0, 'tinytable_css_ymh8bj1v1eg1doyrrwbs') })
window.addEventListener('load', function () { styleCell_tinytable_94hgxmx3dv2fdbsjldi7(13, 0, 'tinytable_css_ymh8bj1v1eg1doyrrwbs') })
window.addEventListener('load', function () { styleCell_tinytable_94hgxmx3dv2fdbsjldi7(0, 0, 'tinytable_css_aajrt6j8ziwfamyrdnqn') })
window.addEventListener('load', function () { styleCell_tinytable_94hgxmx3dv2fdbsjldi7(0, 1, 'tinytable_css_aajrt6j8ziwfamyrdnqn') })
window.addEventListener('load', function () { styleCell_tinytable_94hgxmx3dv2fdbsjldi7(0, 2, 'tinytable_css_aajrt6j8ziwfamyrdnqn') })
window.addEventListener('load', function () { styleCell_tinytable_94hgxmx3dv2fdbsjldi7(0, 3, 'tinytable_css_aajrt6j8ziwfamyrdnqn') })
window.addEventListener('load', function () { styleCell_tinytable_94hgxmx3dv2fdbsjldi7(0, 4, 'tinytable_css_aajrt6j8ziwfamyrdnqn') })
window.addEventListener('load', function () { styleCell_tinytable_lyppszhqblf51a3tkoyg(1, 0, 'tinytable_css_q3g2alq0e6putqsd7mi1') })
window.addEventListener('load', function () { styleCell_tinytable_lyppszhqblf51a3tkoyg(1, 1, 'tinytable_css_q3g2alq0e6putqsd7mi1') })
window.addEventListener('load', function () { styleCell_tinytable_lyppszhqblf51a3tkoyg(1, 2, 'tinytable_css_q3g2alq0e6putqsd7mi1') })
window.addEventListener('load', function () { styleCell_tinytable_lyppszhqblf51a3tkoyg(1, 3, 'tinytable_css_q3g2alq0e6putqsd7mi1') })
window.addEventListener('load', function () { styleCell_tinytable_lyppszhqblf51a3tkoyg(1, 4, 'tinytable_css_q3g2alq0e6putqsd7mi1') })
window.addEventListener('load', function () { styleCell_tinytable_lyppszhqblf51a3tkoyg(0, 0, 'tinytable_css_vdyyhgyyzwe0vcamlt5o') })
window.addEventListener('load', function () { styleCell_tinytable_lyppszhqblf51a3tkoyg(0, 1, 'tinytable_css_vdyyhgyyzwe0vcamlt5o') })
window.addEventListener('load', function () { styleCell_tinytable_lyppszhqblf51a3tkoyg(0, 2, 'tinytable_css_vdyyhgyyzwe0vcamlt5o') })
window.addEventListener('load', function () { styleCell_tinytable_lyppszhqblf51a3tkoyg(0, 3, 'tinytable_css_vdyyhgyyzwe0vcamlt5o') })
window.addEventListener('load', function () { styleCell_tinytable_lyppszhqblf51a3tkoyg(0, 4, 'tinytable_css_vdyyhgyyzwe0vcamlt5o') })
window.addEventListener('load', function () { styleCell_tinytable_lyppszhqblf51a3tkoyg(0, 1, 'tinytable_css_3cgvbpvhc3nd2whovq94') })
window.addEventListener('load', function () { styleCell_tinytable_lyppszhqblf51a3tkoyg(0, 2, 'tinytable_css_3cgvbpvhc3nd2whovq94') })
window.addEventListener('load', function () { insertSpanRow_n4t8rc3wo4at0s556w0y(9, 5, 'World') });
window.addEventListener('load', function () { insertSpanRow_n4t8rc3wo4at0s556w0y(4, 5, 'Hello') });
window.addEventListener('load', function () { styleCell_tinytable_lyppszhqblf51a3tkoyg(2, 0, 'tinytable_css_4o07bx1llkkg2161rt7e') })
window.addEventListener('load', function () { styleCell_tinytable_lyppszhqblf51a3tkoyg(3, 0, 'tinytable_css_4o07bx1llkkg2161rt7e') })
window.addEventListener('load', function () { styleCell_tinytable_lyppszhqblf51a3tkoyg(5, 0, 'tinytable_css_4o07bx1llkkg2161rt7e') })
window.addEventListener('load', function () { styleCell_tinytable_lyppszhqblf51a3tkoyg(6, 0, 'tinytable_css_4o07bx1llkkg2161rt7e') })
window.addEventListener('load', function () { styleCell_tinytable_lyppszhqblf51a3tkoyg(7, 0, 'tinytable_css_4o07bx1llkkg2161rt7e') })
window.addEventListener('load', function () { styleCell_tinytable_lyppszhqblf51a3tkoyg(8, 0, 'tinytable_css_4o07bx1llkkg2161rt7e') })
window.addEventListener('load', function () { styleCell_tinytable_lyppszhqblf51a3tkoyg(9, 0, 'tinytable_css_4o07bx1llkkg2161rt7e') })
window.addEventListener('load', function () { styleCell_tinytable_lyppszhqblf51a3tkoyg(11, 0, 'tinytable_css_4o07bx1llkkg2161rt7e') })
window.addEventListener('load', function () { styleCell_tinytable_lyppszhqblf51a3tkoyg(12, 0, 'tinytable_css_4o07bx1llkkg2161rt7e') })
window.addEventListener('load', function () { styleCell_tinytable_lyppszhqblf51a3tkoyg(13, 0, 'tinytable_css_4o07bx1llkkg2161rt7e') })
window.addEventListener('load', function () { styleCell_tinytable_lyppszhqblf51a3tkoyg(0, 0, 'tinytable_css_1xwiql73pswyij7noz2w') })
window.addEventListener('load', function () { styleCell_tinytable_lyppszhqblf51a3tkoyg(0, 1, 'tinytable_css_1xwiql73pswyij7noz2w') })
window.addEventListener('load', function () { styleCell_tinytable_lyppszhqblf51a3tkoyg(0, 2, 'tinytable_css_1xwiql73pswyij7noz2w') })
window.addEventListener('load', function () { styleCell_tinytable_lyppszhqblf51a3tkoyg(0, 3, 'tinytable_css_1xwiql73pswyij7noz2w') })
window.addEventListener('load', function () { styleCell_tinytable_lyppszhqblf51a3tkoyg(0, 4, 'tinytable_css_1xwiql73pswyij7noz2w') })
</script>


Expand Down
Loading

0 comments on commit fd36de8

Please sign in to comment.