Skip to content

Commit

Permalink
Deploying to gh-pages from @ 96793ce 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Jan 20, 2024
1 parent 90fcdad commit 0a9864a
Show file tree
Hide file tree
Showing 5 changed files with 741 additions and 741 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_lu4n41s9ch14qsacmhs0</title>
<title>tinytable_b9nh557py6m5cpyj1n6e</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_lu4n41s9ch14qsacmhs0" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table" id="tinytable_b9nh557py6m5cpyj1n6e" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<thead>

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

<tbody>
<tr>
<td>10 000</td>
<td>10 000</td>
<td>10 002</td>
<td>10 002</td>
</tr>
<tr>
<td>10 000</td>
<td>10 000</td>
<td> 9 999</td>
<td> 9 999</td>
</tr>
<tr>
<td>10 002</td>
<td> 9 999</td>
<td>10 001</td>
</tr>
</tbody>
Expand All @@ -461,20 +461,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_lu4n41s9ch14qsacmhs0(i, j, css_id) {
var table = document.getElementById("tinytable_lu4n41s9ch14qsacmhs0");
function styleCell_b9nh557py6m5cpyj1n6e(i, j, css_id) {
var table = document.getElementById("tinytable_b9nh557py6m5cpyj1n6e");
table.rows[i].cells[j].classList.add(css_id);
}
function styleHeaderCell_lu4n41s9ch14qsacmhs0(i, j, css_id) {
var table = document.getElementById("tinytable_lu4n41s9ch14qsacmhs0");
function styleHeaderCell_b9nh557py6m5cpyj1n6e(i, j, css_id) {
var table = document.getElementById("tinytable_b9nh557py6m5cpyj1n6e");
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_lu4n41s9ch14qsacmhs0');
var table = document.getElementById('tinytable_b9nh557py6m5cpyj1n6e');
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_1x2qni221gd6975l6tsr</title>
<title>tinytable_y8qyn8du6qdxz4s25mjw</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_1x2qni221gd6975l6tsr" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table" id="tinytable_y8qyn8du6qdxz4s25mjw" 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_1x2qni221gd6975l6tsr(i, j, css_id) {
var table = document.getElementById("tinytable_1x2qni221gd6975l6tsr");
function styleCell_y8qyn8du6qdxz4s25mjw(i, j, css_id) {
var table = document.getElementById("tinytable_y8qyn8du6qdxz4s25mjw");
table.rows[i].cells[j].classList.add(css_id);
}
function styleHeaderCell_1x2qni221gd6975l6tsr(i, j, css_id) {
var table = document.getElementById("tinytable_1x2qni221gd6975l6tsr");
function styleHeaderCell_y8qyn8du6qdxz4s25mjw(i, j, css_id) {
var table = document.getElementById("tinytable_y8qyn8du6qdxz4s25mjw");
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_1x2qni221gd6975l6tsr');
var table = document.getElementById('tinytable_y8qyn8du6qdxz4s25mjw');
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_0lizz58oyc3lq83ppdf8</title>
<title>tinytable_m7oufidj4ssewb60vcm6</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_0lizz58oyc3lq83ppdf8" 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_m7oufidj4ssewb60vcm6" 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_0lizz58oyc3lq83ppdf8(i, j, css_id) {
var table = document.getElementById("tinytable_0lizz58oyc3lq83ppdf8");
function styleCell_m7oufidj4ssewb60vcm6(i, j, css_id) {
var table = document.getElementById("tinytable_m7oufidj4ssewb60vcm6");
table.rows[i].cells[j].classList.add(css_id);
}
function styleHeaderCell_0lizz58oyc3lq83ppdf8(i, j, css_id) {
var table = document.getElementById("tinytable_0lizz58oyc3lq83ppdf8");
function styleHeaderCell_m7oufidj4ssewb60vcm6(i, j, css_id) {
var table = document.getElementById("tinytable_m7oufidj4ssewb60vcm6");
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_0lizz58oyc3lq83ppdf8');
var table = document.getElementById('tinytable_m7oufidj4ssewb60vcm6');
var newRow = table.insertRow(i);
var newCell = newRow.insertCell(0);
newCell.setAttribute("colspan", colspan);
Expand Down
Loading

0 comments on commit 0a9864a

Please sign in to comment.