|
4 | 4 | <head> |
5 | 5 | <meta charset="UTF-8"> |
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
7 | | - <title>tinytable_hxj2pk5gonuvakgmasgd</title> |
| 7 | + <title>tinytable_1z85sqvj7lv8g3xzoy7o</title> |
8 | 8 |
|
9 | 9 | </head> |
10 | 10 | <body> |
|
14 | 14 |
|
15 | 15 | <script> |
16 | 16 | // Create table-specific functions using external factory |
17 | | - const tableFns_hxj2pk5gonuvakgmasgd = TinyTable.createTableFunctions("tinytable_hxj2pk5gonuvakgmasgd"); |
| 17 | + const tableFns_1z85sqvj7lv8g3xzoy7o = TinyTable.createTableFunctions("tinytable_1z85sqvj7lv8g3xzoy7o"); |
18 | 18 | // tinytable span after |
19 | | - window.addEventListener('load', function () { tableFns_hxj2pk5gonuvakgmasgd.spanCell(9, 1, 1, 5) }) |
20 | | - window.addEventListener('load', function () { tableFns_hxj2pk5gonuvakgmasgd.spanCell(3, 1, 1, 5) }) |
| 19 | + window.addEventListener('load', function () { tableFns_1z85sqvj7lv8g3xzoy7o.spanCell(9, 1, 1, 5) }) |
| 20 | + window.addEventListener('load', function () { tableFns_1z85sqvj7lv8g3xzoy7o.spanCell(3, 1, 1, 5) }) |
21 | 21 | window.addEventListener('load', function () { |
22 | 22 | var cellsToStyle = [ |
23 | 23 | // tinytable style arrays after |
24 | | - { positions: [ { i: '-1', j: 5 } ], css_id: 'tinytable_css_leewe91vltwy9b5hi5mx',}, |
25 | | - { positions: [ { i: '-1', j: 3 } ], css_id: 'tinytable_css_68f9u4i9ss3bjgrhhdme',}, |
26 | | - { positions: [ { i: '-1', j: 2 }, { i: '-1', j: 4 } ], css_id: 'tinytable_css_st4aratt7tslm5pn68og',}, |
27 | | - { positions: [ { i: '12', j: 1 }, { i: '12', j: 2 }, { i: '12', j: 3 }, { i: '12', j: 4 }, { i: '12', j: 5 } ], css_id: 'tinytable_css_mc5iub5xk27kyukb25ww',}, |
28 | | - { positions: [ { i: '0', j: 1 }, { i: '0', j: 2 }, { i: '0', j: 3 }, { i: '0', j: 4 }, { i: '0', j: 5 } ], css_id: 'tinytable_css_vnazvmik2c64os468wpr',}, |
29 | | - { positions: [ { i: '-1', j: 1 } ], css_id: 'tinytable_css_gwf47y2v636qmzys8ggv',}, |
| 24 | + { positions: [ { i: '-1', j: 5 } ], css_id: 'tinytable_css_68f9u4i9ss3bjgrhhdme',}, |
| 25 | + { positions: [ { i: '-1', j: 3 } ], css_id: 'tinytable_css_st4aratt7tslm5pn68og',}, |
| 26 | + { positions: [ { i: '-1', j: 2 }, { i: '-1', j: 4 } ], css_id: 'tinytable_css_mc5iub5xk27kyukb25ww',}, |
| 27 | + { positions: [ { i: '12', j: 1 }, { i: '12', j: 2 }, { i: '12', j: 3 }, { i: '12', j: 4 }, { i: '12', j: 5 } ], css_id: 'tinytable_css_vnazvmik2c64os468wpr',}, |
| 28 | + { positions: [ { i: '0', j: 1 }, { i: '0', j: 2 }, { i: '0', j: 3 }, { i: '0', j: 4 }, { i: '0', j: 5 } ], css_id: 'tinytable_css_gwf47y2v636qmzys8ggv',}, |
| 29 | + { positions: [ { i: '-1', j: 1 } ], css_id: 'tinytable_css_hxj2pk5gonuvakgmasgd',}, |
30 | 30 | ]; |
31 | 31 |
|
32 | 32 | // Loop over the arrays to style the cells |
33 | 33 | cellsToStyle.forEach(function (group) { |
34 | 34 | group.positions.forEach(function (cell) { |
35 | | - tableFns_hxj2pk5gonuvakgmasgd.styleCell(cell.i, cell.j, group.css_id); |
| 35 | + tableFns_1z85sqvj7lv8g3xzoy7o.styleCell(cell.i, cell.j, group.css_id); |
36 | 36 | }); |
37 | 37 | }); |
38 | 38 | }); |
|
41 | 41 | <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/vincentarelbundock/tinytable@main/inst/tinytable.css"> |
42 | 42 | <style> |
43 | 43 | /* tinytable css entries after */ |
44 | | - #tinytable_hxj2pk5gonuvakgmasgd td.tinytable_css_leewe91vltwy9b5hi5mx, #tinytable_hxj2pk5gonuvakgmasgd th.tinytable_css_leewe91vltwy9b5hi5mx { position: relative; --border-bottom: 1; --border-left: 0; --border-right: 0; --border-top: 1; --line-color-bottom: black; --line-color-left: black; --line-color-right: black; --line-color-top: black; --line-width-bottom: 0.05em; --line-width-left: 0.1em; --line-width-right: 0.1em; --line-width-top: 0.1em; --trim-bottom-left: 0%; --trim-bottom-right: 0%; --trim-left-bottom: 0%; --trim-left-top: 0%; --trim-right-bottom: 0%; --trim-right-top: 0%; --trim-top-left: 0%; --trim-top-right: 0%; ; text-align: center } |
45 | | - #tinytable_hxj2pk5gonuvakgmasgd td.tinytable_css_68f9u4i9ss3bjgrhhdme, #tinytable_hxj2pk5gonuvakgmasgd th.tinytable_css_68f9u4i9ss3bjgrhhdme { position: relative; --border-bottom: 1; --border-left: 0; --border-right: 0; --border-top: 1; --line-color-bottom: black; --line-color-left: black; --line-color-right: black; --line-color-top: black; --line-width-bottom: 0.05em; --line-width-left: 0.1em; --line-width-right: 0.1em; --line-width-top: 0.1em; --trim-bottom-left: 0%; --trim-bottom-right: 3%; --trim-left-bottom: 0%; --trim-left-top: 0%; --trim-right-bottom: 0%; --trim-right-top: 0%; --trim-top-left: 0%; --trim-top-right: 0%; ; text-align: center } |
46 | | - #tinytable_hxj2pk5gonuvakgmasgd td.tinytable_css_st4aratt7tslm5pn68og, #tinytable_hxj2pk5gonuvakgmasgd th.tinytable_css_st4aratt7tslm5pn68og { position: relative; --border-bottom: 1; --border-left: 0; --border-right: 0; --border-top: 1; --line-color-bottom: black; --line-color-left: black; --line-color-right: black; --line-color-top: black; --line-width-bottom: 0.05em; --line-width-left: 0.1em; --line-width-right: 0.1em; --line-width-top: 0.1em; --trim-bottom-left: 3%; --trim-bottom-right: 0%; --trim-left-bottom: 0%; --trim-left-top: 0%; --trim-right-bottom: 0%; --trim-right-top: 0%; --trim-top-left: 0%; --trim-top-right: 0%; ; text-align: center } |
47 | | - #tinytable_hxj2pk5gonuvakgmasgd td.tinytable_css_mc5iub5xk27kyukb25ww, #tinytable_hxj2pk5gonuvakgmasgd th.tinytable_css_mc5iub5xk27kyukb25ww { position: relative; --border-bottom: 1; --border-left: 0; --border-right: 0; --border-top: 0; --line-color-bottom: black; --line-color-left: black; --line-color-right: black; --line-color-top: black; --line-width-bottom: 0.1em; --line-width-left: 0.1em; --line-width-right: 0.1em; --line-width-top: 0.1em; --trim-bottom-left: 0%; --trim-bottom-right: 0%; --trim-left-bottom: 0%; --trim-left-top: 0%; --trim-right-bottom: 0%; --trim-right-top: 0%; --trim-top-left: 0%; --trim-top-right: 0%; } |
48 | | - #tinytable_hxj2pk5gonuvakgmasgd td.tinytable_css_vnazvmik2c64os468wpr, #tinytable_hxj2pk5gonuvakgmasgd th.tinytable_css_vnazvmik2c64os468wpr { position: relative; --border-bottom: 1; --border-left: 0; --border-right: 0; --border-top: 0; --line-color-bottom: black; --line-color-left: black; --line-color-right: black; --line-color-top: black; --line-width-bottom: 0.05em; --line-width-left: 0.1em; --line-width-right: 0.1em; --line-width-top: 0.1em; --trim-bottom-left: 0%; --trim-bottom-right: 0%; --trim-left-bottom: 0%; --trim-left-top: 0%; --trim-right-bottom: 0%; --trim-right-top: 0%; --trim-top-left: 0%; --trim-top-right: 0%; } |
49 | | - #tinytable_hxj2pk5gonuvakgmasgd td.tinytable_css_gwf47y2v636qmzys8ggv, #tinytable_hxj2pk5gonuvakgmasgd th.tinytable_css_gwf47y2v636qmzys8ggv { position: relative; --border-bottom: 0; --border-left: 0; --border-right: 0; --border-top: 1; --line-color-bottom: black; --line-color-left: black; --line-color-right: black; --line-color-top: black; --line-width-bottom: 0.1em; --line-width-left: 0.1em; --line-width-right: 0.1em; --line-width-top: 0.1em; --trim-bottom-left: 0%; --trim-bottom-right: 0%; --trim-left-bottom: 0%; --trim-left-top: 0%; --trim-right-bottom: 0%; --trim-right-top: 0%; --trim-top-left: 0%; --trim-top-right: 0%; ; text-align: center } |
| 44 | + #tinytable_1z85sqvj7lv8g3xzoy7o td.tinytable_css_68f9u4i9ss3bjgrhhdme, #tinytable_1z85sqvj7lv8g3xzoy7o th.tinytable_css_68f9u4i9ss3bjgrhhdme { position: relative; --border-bottom: 1; --border-left: 0; --border-right: 0; --border-top: 1; --line-color-bottom: black; --line-color-left: black; --line-color-right: black; --line-color-top: black; --line-width-bottom: 0.05em; --line-width-left: 0.1em; --line-width-right: 0.1em; --line-width-top: 0.1em; --trim-bottom-left: 0%; --trim-bottom-right: 0%; --trim-left-bottom: 0%; --trim-left-top: 0%; --trim-right-bottom: 0%; --trim-right-top: 0%; --trim-top-left: 0%; --trim-top-right: 0%; ; text-align: center } |
| 45 | + #tinytable_1z85sqvj7lv8g3xzoy7o td.tinytable_css_st4aratt7tslm5pn68og, #tinytable_1z85sqvj7lv8g3xzoy7o th.tinytable_css_st4aratt7tslm5pn68og { position: relative; --border-bottom: 1; --border-left: 0; --border-right: 0; --border-top: 1; --line-color-bottom: black; --line-color-left: black; --line-color-right: black; --line-color-top: black; --line-width-bottom: 0.05em; --line-width-left: 0.1em; --line-width-right: 0.1em; --line-width-top: 0.1em; --trim-bottom-left: 0%; --trim-bottom-right: 3%; --trim-left-bottom: 0%; --trim-left-top: 0%; --trim-right-bottom: 0%; --trim-right-top: 0%; --trim-top-left: 0%; --trim-top-right: 0%; ; text-align: center } |
| 46 | + #tinytable_1z85sqvj7lv8g3xzoy7o td.tinytable_css_mc5iub5xk27kyukb25ww, #tinytable_1z85sqvj7lv8g3xzoy7o th.tinytable_css_mc5iub5xk27kyukb25ww { position: relative; --border-bottom: 1; --border-left: 0; --border-right: 0; --border-top: 1; --line-color-bottom: black; --line-color-left: black; --line-color-right: black; --line-color-top: black; --line-width-bottom: 0.05em; --line-width-left: 0.1em; --line-width-right: 0.1em; --line-width-top: 0.1em; --trim-bottom-left: 3%; --trim-bottom-right: 0%; --trim-left-bottom: 0%; --trim-left-top: 0%; --trim-right-bottom: 0%; --trim-right-top: 0%; --trim-top-left: 0%; --trim-top-right: 0%; ; text-align: center } |
| 47 | + #tinytable_1z85sqvj7lv8g3xzoy7o td.tinytable_css_vnazvmik2c64os468wpr, #tinytable_1z85sqvj7lv8g3xzoy7o th.tinytable_css_vnazvmik2c64os468wpr { position: relative; --border-bottom: 1; --border-left: 0; --border-right: 0; --border-top: 0; --line-color-bottom: black; --line-color-left: black; --line-color-right: black; --line-color-top: black; --line-width-bottom: 0.1em; --line-width-left: 0.1em; --line-width-right: 0.1em; --line-width-top: 0.1em; --trim-bottom-left: 0%; --trim-bottom-right: 0%; --trim-left-bottom: 0%; --trim-left-top: 0%; --trim-right-bottom: 0%; --trim-right-top: 0%; --trim-top-left: 0%; --trim-top-right: 0%; } |
| 48 | + #tinytable_1z85sqvj7lv8g3xzoy7o td.tinytable_css_gwf47y2v636qmzys8ggv, #tinytable_1z85sqvj7lv8g3xzoy7o th.tinytable_css_gwf47y2v636qmzys8ggv { position: relative; --border-bottom: 1; --border-left: 0; --border-right: 0; --border-top: 0; --line-color-bottom: black; --line-color-left: black; --line-color-right: black; --line-color-top: black; --line-width-bottom: 0.05em; --line-width-left: 0.1em; --line-width-right: 0.1em; --line-width-top: 0.1em; --trim-bottom-left: 0%; --trim-bottom-right: 0%; --trim-left-bottom: 0%; --trim-left-top: 0%; --trim-right-bottom: 0%; --trim-right-top: 0%; --trim-top-left: 0%; --trim-top-right: 0%; } |
| 49 | + #tinytable_1z85sqvj7lv8g3xzoy7o td.tinytable_css_hxj2pk5gonuvakgmasgd, #tinytable_1z85sqvj7lv8g3xzoy7o th.tinytable_css_hxj2pk5gonuvakgmasgd { position: relative; --border-bottom: 0; --border-left: 0; --border-right: 0; --border-top: 1; --line-color-bottom: black; --line-color-left: black; --line-color-right: black; --line-color-top: black; --line-width-bottom: 0.1em; --line-width-left: 0.1em; --line-width-right: 0.1em; --line-width-top: 0.1em; --trim-bottom-left: 0%; --trim-bottom-right: 0%; --trim-left-bottom: 0%; --trim-left-top: 0%; --trim-right-bottom: 0%; --trim-right-top: 0%; --trim-top-left: 0%; --trim-top-right: 0%; ; text-align: center } |
50 | 50 | </style> |
51 | 51 | <div class="container"> |
52 | | - <table class="tinytable" id="tinytable_hxj2pk5gonuvakgmasgd" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing='true'> |
| 52 | + <table class="tinytable" id="tinytable_1z85sqvj7lv8g3xzoy7o" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing='true'> |
53 | 53 |
|
54 | 54 | <thead> |
55 | 55 | <tr> |
|
0 commit comments