Skip to content

Commit

Permalink
Deploying to gh-pages from @ 9cd52df 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Jan 20, 2024
1 parent dcf8774 commit f7c11c0
Show file tree
Hide file tree
Showing 5 changed files with 1,180 additions and 711 deletions.
30 changes: 19 additions & 11 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_kfxlqqtvbu0z5iyigcyq</title>
<title>tinytable_lv0wqow4qsh0q7n5b4w6</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_kfxlqqtvbu0z5iyigcyq" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table" id="tinytable_lv0wqow4qsh0q7n5b4w6" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<thead>

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

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

<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<script>
function styleCell_kfxlqqtvbu0z5iyigcyq(i, j, css_id) {
var table = document.getElementById("tinytable_kfxlqqtvbu0z5iyigcyq");
function styleCell_lv0wqow4qsh0q7n5b4w6(i, j, css_id) {
var table = document.getElementById("tinytable_lv0wqow4qsh0q7n5b4w6");
table.rows[i].cells[j].classList.add(css_id);
}
function styleHeaderCell(i, j, css_id) {
var table = document.getElementById("tinytable_lv0wqow4qsh0q7n5b4w6");
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_kfxlqqtvbu0z5iyigcyq');
var table = document.getElementById('tinytable_lv0wqow4qsh0q7n5b4w6');
var newRow = table.insertRow(i);
var newCell = newRow.insertCell(0);
newCell.setAttribute("colspan", colspan);
Expand Down
36 changes: 26 additions & 10 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_c4gvd22dd7p7bwn8z1zq</title>
<title>tinytable_cza8qng9l2hn8wovx4pf</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_c4gvd22dd7p7bwn8z1zq" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table" id="tinytable_cza8qng9l2hn8wovx4pf" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<thead>

<tr>
Expand Down Expand Up @@ -462,12 +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_c4gvd22dd7p7bwn8z1zq(i, j, css_id) {
var table = document.getElementById("tinytable_c4gvd22dd7p7bwn8z1zq");
function styleCell_cza8qng9l2hn8wovx4pf(i, j, css_id) {
var table = document.getElementById("tinytable_cza8qng9l2hn8wovx4pf");
table.rows[i].cells[j].classList.add(css_id);
}
function styleHeaderCell(i, j, css_id) {
var table = document.getElementById("tinytable_cza8qng9l2hn8wovx4pf");
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_c4gvd22dd7p7bwn8z1zq');
var table = document.getElementById('tinytable_cza8qng9l2hn8wovx4pf');
var newRow = table.insertRow(i);
var newCell = newRow.insertCell(0);
newCell.setAttribute("colspan", colspan);
Expand All @@ -493,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_yhkd6ezgi1f5sip3hfdx</title>
<title>tinytable_thx4gxz52ymkiauseujd</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<style>
</style>
Expand All @@ -513,7 +521,7 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>


<div class="container">
<table class="table table-striped" id="tinytable_yhkd6ezgi1f5sip3hfdx" 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_thx4gxz52ymkiauseujd" 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 @@ -560,12 +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_yhkd6ezgi1f5sip3hfdx(i, j, css_id) {
var table = document.getElementById("tinytable_yhkd6ezgi1f5sip3hfdx");
function styleCell_thx4gxz52ymkiauseujd(i, j, css_id) {
var table = document.getElementById("tinytable_thx4gxz52ymkiauseujd");
table.rows[i].cells[j].classList.add(css_id);
}
function styleHeaderCell(i, j, css_id) {
var table = document.getElementById("tinytable_thx4gxz52ymkiauseujd");
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_yhkd6ezgi1f5sip3hfdx');
var table = document.getElementById('tinytable_thx4gxz52ymkiauseujd');
var newRow = table.insertRow(i);
var newCell = newRow.insertCell(0);
newCell.setAttribute("colspan", colspan);
Expand Down
Loading

0 comments on commit f7c11c0

Please sign in to comment.