Skip to content

Commit 02144c3

Browse files
committed
deploy: 4a059a8
1 parent 6220ec5 commit 02144c3

40 files changed

+2060
-1639
lines changed

_sources/advanced_parameters.ipynb

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

_sources/changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ ITables ChangeLog
44
2.3.0-dev
55
---------
66

7+
**Added**
8+
- ITable now has a component for Dash! You can render your Python DataFrames in your Dash application with `from itables.dash import ITable` ([#245](https://github.com/mwouts/itables/issues/245))
9+
10+
711
**Changed**
812
- We have upgraded `datatables.net-dt==2.2.2` and `datatables.net-select-dt==3.0.0`, and the dependency of both the Jupyter widget and the Streamlit component.
913

_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": "a4b78fae",
5+
"id": "6b62eb51",
66
"metadata": {},
77
"source": [
88
"# Contributing\n",
@@ -36,7 +36,7 @@
3636
{
3737
"cell_type": "code",
3838
"execution_count": 1,
39-
"id": "cabff776",
39+
"id": "db929915",
4040
"metadata": {},
4141
"outputs": [
4242
{
@@ -69,7 +69,7 @@
6969
},
7070
{
7171
"cell_type": "markdown",
72-
"id": "ec1731a3",
72+
"id": "bf9c9aa7",
7373
"metadata": {},
7474
"source": [
7575
"## Support DataTables\n",

0 commit comments

Comments
 (0)