Skip to content

Commit 517db2d

Browse files
committed
deploy: 88573e0
1 parent 012df83 commit 517db2d

File tree

122 files changed

+5829
-5175
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

122 files changed

+5829
-5175
lines changed

_sources/advanced_parameters.ipynb

Lines changed: 96 additions & 96 deletions
Large diffs are not rendered by default.

_sources/changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
ITables ChangeLog
22
=================
33

4+
2.2.5 (2025-02-22)
5+
------------------
6+
7+
**Fixed**
8+
- We have removed an erroneous assertion and added tests on the warnings issued when selected rows are not displayed ([[#351](https://github.com/mwouts/itables/issues/351)])
9+
10+
411
2.2.4 (2024-12-07)
512
------------------
613

_sources/contributing.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5-
"id": "0a6b447c",
5+
"id": "e3f01e25",
66
"metadata": {},
77
"source": [
88
"# Contributing\n",
@@ -36,7 +36,7 @@
3636
{
3737
"cell_type": "code",
3838
"execution_count": 1,
39-
"id": "11b77f5a",
39+
"id": "f4f16f1c",
4040
"metadata": {},
4141
"outputs": [
4242
{
@@ -69,7 +69,7 @@
6969
},
7070
{
7171
"cell_type": "markdown",
72-
"id": "263cec22",
72+
"id": "9dc87e4d",
7373
"metadata": {},
7474
"source": [
7575
"## Support DataTables\n",

_sources/custom_css.ipynb

Lines changed: 63 additions & 63 deletions
Large diffs are not rendered by default.

_sources/custom_extensions.ipynb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5-
"id": "450f2439",
5+
"id": "696fda46",
66
"metadata": {},
77
"source": [
88
"# Custom Extensions\n",
@@ -13,7 +13,7 @@
1313
{
1414
"cell_type": "code",
1515
"execution_count": 1,
16-
"id": "ca369a31",
16+
"id": "98d431c5",
1717
"metadata": {},
1818
"outputs": [],
1919
"source": [
@@ -25,7 +25,7 @@
2525
},
2626
{
2727
"cell_type": "markdown",
28-
"id": "3c425bf2",
28+
"id": "6254fa51",
2929
"metadata": {},
3030
"source": [
3131
"DataTables controls can use a different language than English. To\n",
@@ -36,13 +36,13 @@
3636
{
3737
"cell_type": "code",
3838
"execution_count": 2,
39-
"id": "059342b4",
39+
"id": "cf8d1656",
4040
"metadata": {},
4141
"outputs": [
4242
{
4343
"data": {
4444
"text/html": [
45-
"<table id=\"itables_0d9ce38e_7c1d_4362_a663_e9accd1f9cbb\" class=\"display nowrap\" data-quarto-disable-processing=\"true\" style=\"table-layout:auto;width:auto;margin:auto;caption-side:bottom\">\n",
45+
"<table id=\"itables_c2dd105d_9ead_4301_8b38_a85beea5c4e3\" class=\"display nowrap\" data-quarto-disable-processing=\"true\" style=\"table-layout:auto;width:auto;margin:auto;caption-side:bottom\">\n",
4646
"<thead>\n",
4747
" <tr style=\"text-align: right;\">\n",
4848
" <th></th>\n",
@@ -152,15 +152,15 @@
152152
" </g>\n",
153153
"</svg>\n",
154154
"</a>\n",
155-
"Loading ITables v2.2.4 from the internet...\n",
155+
"Loading ITables v2.2.5 from the internet...\n",
156156
"(need <a href=https://mwouts.github.io/itables/troubleshooting.html>help</a>?)</td>\n",
157157
"</tr></tbody>\n",
158158
"</table>\n",
159159
"<link href=\"https://www.unpkg.com/[email protected]/dt_bundle.css\" rel=\"stylesheet\">\n",
160160
"<script type=\"module\">\n",
161161
" import {DataTable, jQuery as $} from 'https://www.unpkg.com/[email protected]/dt_bundle.js';\n",
162162
"\n",
163-
" document.querySelectorAll(\"#itables_0d9ce38e_7c1d_4362_a663_e9accd1f9cbb:not(.dataTable)\").forEach(table => {\n",
163+
" document.querySelectorAll(\"#itables_c2dd105d_9ead_4301_8b38_a85beea5c4e3:not(.dataTable)\").forEach(table => {\n",
164164
" if (!(table instanceof HTMLTableElement))\n",
165165
" return;\n",
166166
"\n",
@@ -193,7 +193,7 @@
193193
},
194194
{
195195
"cell_type": "markdown",
196-
"id": "b0b45529",
196+
"id": "d2196330",
197197
"metadata": {},
198198
"source": [
199199
"```{tip}\n",

_sources/dark_mode.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5-
"id": "10848f21",
5+
"id": "c60c9767",
66
"metadata": {},
77
"source": [
88
"# Dark Themes\n",

_sources/downsampling.ipynb

Lines changed: 22 additions & 22 deletions
Large diffs are not rendered by default.

_sources/extensions.ipynb

Lines changed: 55 additions & 55 deletions
Large diffs are not rendered by default.

_sources/formatting.ipynb

Lines changed: 45 additions & 45 deletions
Large diffs are not rendered by default.

_sources/html_export.ipynb

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5-
"id": "266aa2fb",
5+
"id": "fa76814e",
66
"metadata": {},
77
"source": [
88
"# HTML export\n",
@@ -13,7 +13,7 @@
1313
{
1414
"cell_type": "code",
1515
"execution_count": 1,
16-
"id": "1a88908e",
16+
"id": "f3cf6f1b",
1717
"metadata": {},
1818
"outputs": [],
1919
"source": [
@@ -28,7 +28,7 @@
2828
},
2929
{
3030
"cell_type": "markdown",
31-
"id": "2b5ac7a4",
31+
"id": "aa9b912d",
3232
"metadata": {},
3333
"source": [
3434
"You can then save the `html` variable to a text file (note: if you're writing an HTML application, you could consider using [Shiny](shiny.md) or [Streamlit](streamlit.md) instead), or print it:"
@@ -37,7 +37,7 @@
3737
{
3838
"cell_type": "code",
3939
"execution_count": 2,
40-
"id": "76ca4a97",
40+
"id": "bc18918a",
4141
"metadata": {
4242
"tags": [
4343
"scroll-output"
@@ -48,7 +48,7 @@
4848
"name": "stdout",
4949
"output_type": "stream",
5050
"text": [
51-
"<table id=\"itables_63d7344e_22e7_456b_8a3d_5ac12cdd964f\" class=\"display nowrap\" data-quarto-disable-processing=\"true\" style=\"table-layout:auto;width:auto;margin:auto;caption-side:bottom\">\n",
51+
"<table id=\"itables_e8f9e9bf_07d3_41d7_abab_38947a50209f\" class=\"display nowrap\" data-quarto-disable-processing=\"true\" style=\"table-layout:auto;width:auto;margin:auto;caption-side:bottom\">\n",
5252
"<thead>\n",
5353
" <tr style=\"text-align: right;\">\n",
5454
" <th></th>\n",
@@ -69,15 +69,15 @@
6969
" </thead><tbody><tr>\n",
7070
"<td style=\"vertical-align:middle; text-align:left\">\n",
7171
"\n",
72-
"Loading ITables v2.2.4 from the internet...\n",
72+
"Loading ITables v2.2.5 from the internet...\n",
7373
"(need <a href=https://mwouts.github.io/itables/troubleshooting.html>help</a>?)</td>\n",
7474
"</tr></tbody>\n",
7575
"</table>\n",
7676
"<link href=\"https://www.unpkg.com/[email protected]/dt_bundle.css\" rel=\"stylesheet\">\n",
7777
"<script type=\"module\">\n",
7878
" import {DataTable, jQuery as $} from 'https://www.unpkg.com/[email protected]/dt_bundle.js';\n",
7979
"\n",
80-
" document.querySelectorAll(\"#itables_63d7344e_22e7_456b_8a3d_5ac12cdd964f:not(.dataTable)\").forEach(table => {\n",
80+
" document.querySelectorAll(\"#itables_e8f9e9bf_07d3_41d7_abab_38947a50209f:not(.dataTable)\").forEach(table => {\n",
8181
" if (!(table instanceof HTMLTableElement))\n",
8282
" return;\n",
8383
"\n",
@@ -102,7 +102,7 @@
102102
},
103103
{
104104
"cell_type": "markdown",
105-
"id": "e8fac6a4",
105+
"id": "e914bd49",
106106
"metadata": {},
107107
"source": [
108108
"or display it, like `show` does:"
@@ -111,13 +111,13 @@
111111
{
112112
"cell_type": "code",
113113
"execution_count": 3,
114-
"id": "c76be860",
114+
"id": "afd65234",
115115
"metadata": {},
116116
"outputs": [
117117
{
118118
"data": {
119119
"text/html": [
120-
"<table id=\"itables_63d7344e_22e7_456b_8a3d_5ac12cdd964f\" class=\"display nowrap\" data-quarto-disable-processing=\"true\" style=\"table-layout:auto;width:auto;margin:auto;caption-side:bottom\">\n",
120+
"<table id=\"itables_e8f9e9bf_07d3_41d7_abab_38947a50209f\" class=\"display nowrap\" data-quarto-disable-processing=\"true\" style=\"table-layout:auto;width:auto;margin:auto;caption-side:bottom\">\n",
121121
"<thead>\n",
122122
" <tr style=\"text-align: right;\">\n",
123123
" <th></th>\n",
@@ -138,15 +138,15 @@
138138
" </thead><tbody><tr>\n",
139139
"<td style=\"vertical-align:middle; text-align:left\">\n",
140140
"\n",
141-
"Loading ITables v2.2.4 from the internet...\n",
141+
"Loading ITables v2.2.5 from the internet...\n",
142142
"(need <a href=https://mwouts.github.io/itables/troubleshooting.html>help</a>?)</td>\n",
143143
"</tr></tbody>\n",
144144
"</table>\n",
145145
"<link href=\"https://www.unpkg.com/[email protected]/dt_bundle.css\" rel=\"stylesheet\">\n",
146146
"<script type=\"module\">\n",
147147
" import {DataTable, jQuery as $} from 'https://www.unpkg.com/[email protected]/dt_bundle.js';\n",
148148
"\n",
149-
" document.querySelectorAll(\"#itables_63d7344e_22e7_456b_8a3d_5ac12cdd964f:not(.dataTable)\").forEach(table => {\n",
149+
" document.querySelectorAll(\"#itables_e8f9e9bf_07d3_41d7_abab_38947a50209f:not(.dataTable)\").forEach(table => {\n",
150150
" if (!(table instanceof HTMLTableElement))\n",
151151
" return;\n",
152152
"\n",

0 commit comments

Comments
 (0)