Skip to content

Commit

Permalink
Deploying to gh-pages from @ aebfd5b 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Jan 20, 2024
1 parent f7c11c0 commit 90fcdad
Show file tree
Hide file tree
Showing 5 changed files with 741 additions and 714 deletions.
24 changes: 12 additions & 12 deletions man/format_tt.html
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ <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_lv0wqow4qsh0q7n5b4w6</title>
<title>tinytable_lu4n41s9ch14qsacmhs0</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<style>
</style>
Expand All @@ -433,7 +433,7 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>


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

<tr>
Expand All @@ -445,36 +445,36 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>
<tbody>
<tr>
<td>10 000</td>
<td> 9 999</td>
<td>10 000</td>
</tr>
<tr>
<td>10 001</td>
<td>10 001</td>
<td>10 000</td>
<td>10 000</td>
</tr>
<tr>
<td> 9 998</td>
<td> 9 999</td>
<td>10 002</td>
<td>10 001</td>
</tr>
</tbody>
</table>
</div>

<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<script>
function styleCell_lv0wqow4qsh0q7n5b4w6(i, j, css_id) {
var table = document.getElementById("tinytable_lv0wqow4qsh0q7n5b4w6");
function styleCell_lu4n41s9ch14qsacmhs0(i, j, css_id) {
var table = document.getElementById("tinytable_lu4n41s9ch14qsacmhs0");
table.rows[i].cells[j].classList.add(css_id);
}
function styleHeaderCell(i, j, css_id) {
var table = document.getElementById("tinytable_lv0wqow4qsh0q7n5b4w6");
function styleHeaderCell_lu4n41s9ch14qsacmhs0(i, j, css_id) {
var table = document.getElementById("tinytable_lu4n41s9ch14qsacmhs0");
var headerRow = table.tHead.rows[i];
var headerRow = table.querySelector("thead tr");
if (headerRow) {
headerRow.cells[j].classList.add(css_id);
}
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_lv0wqow4qsh0q7n5b4w6');
var table = document.getElementById('tinytable_lu4n41s9ch14qsacmhs0');
var newRow = table.insertRow(i);
var newCell = newRow.insertCell(0);
newCell.setAttribute("colspan", colspan);
Expand Down
28 changes: 14 additions & 14 deletions man/tt.html
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ <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_cza8qng9l2hn8wovx4pf</title>
<title>tinytable_1x2qni221gd6975l6tsr</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<style>
</style>
Expand All @@ -415,7 +415,7 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>


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

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

<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<script>
function styleCell_cza8qng9l2hn8wovx4pf(i, j, css_id) {
var table = document.getElementById("tinytable_cza8qng9l2hn8wovx4pf");
function styleCell_1x2qni221gd6975l6tsr(i, j, css_id) {
var table = document.getElementById("tinytable_1x2qni221gd6975l6tsr");
table.rows[i].cells[j].classList.add(css_id);
}
function styleHeaderCell(i, j, css_id) {
var table = document.getElementById("tinytable_cza8qng9l2hn8wovx4pf");
function styleHeaderCell_1x2qni221gd6975l6tsr(i, j, css_id) {
var table = document.getElementById("tinytable_1x2qni221gd6975l6tsr");
var headerRow = table.tHead.rows[i];
var headerRow = table.querySelector("thead tr");
if (headerRow) {
headerRow.cells[j].classList.add(css_id);
}
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_cza8qng9l2hn8wovx4pf');
var table = document.getElementById('tinytable_1x2qni221gd6975l6tsr');
var newRow = table.insertRow(i);
var newCell = newRow.insertCell(0);
newCell.setAttribute("colspan", colspan);
Expand All @@ -501,7 +501,7 @@ <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_thx4gxz52ymkiauseujd</title>
<title>tinytable_0lizz58oyc3lq83ppdf8</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<style>
</style>
Expand All @@ -521,7 +521,7 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>


<div class="container">
<table class="table table-striped" id="tinytable_thx4gxz52ymkiauseujd" style="table-layout: fixed; width: 50% !important; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table table-striped" id="tinytable_0lizz58oyc3lq83ppdf8" style="table-layout: fixed; width: 50% !important; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<thead>
</thead><caption>Data about cars.</caption>
<tbody><tr>
Expand Down Expand Up @@ -568,20 +568,20 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>

<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<script>
function styleCell_thx4gxz52ymkiauseujd(i, j, css_id) {
var table = document.getElementById("tinytable_thx4gxz52ymkiauseujd");
function styleCell_0lizz58oyc3lq83ppdf8(i, j, css_id) {
var table = document.getElementById("tinytable_0lizz58oyc3lq83ppdf8");
table.rows[i].cells[j].classList.add(css_id);
}
function styleHeaderCell(i, j, css_id) {
var table = document.getElementById("tinytable_thx4gxz52ymkiauseujd");
function styleHeaderCell_0lizz58oyc3lq83ppdf8(i, j, css_id) {
var table = document.getElementById("tinytable_0lizz58oyc3lq83ppdf8");
var headerRow = table.tHead.rows[i];
var headerRow = table.querySelector("thead tr");
if (headerRow) {
headerRow.cells[j].classList.add(css_id);
}
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_thx4gxz52ymkiauseujd');
var table = document.getElementById('tinytable_0lizz58oyc3lq83ppdf8');
var newRow = table.insertRow(i);
var newCell = newRow.insertCell(0);
newCell.setAttribute("colspan", colspan);
Expand Down
Loading

0 comments on commit 90fcdad

Please sign in to comment.