diff --git a/.circleci/config.yml b/.circleci/config.yml index fe016ec30..ae347e7e8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -212,7 +212,7 @@ jobs: command: | . venv/bin/activate git clone --depth 1 git@github.com:plotly/dash.git dash-main - pip install -e ./dash-main --quiet + pip install -e ./dash-main[testing] --quiet cd dash-main/dash-renderer && npm install --ignore-scripts && npm run build && pip install -e . && cd ../.. - run: @@ -226,7 +226,7 @@ jobs: name: Run integration tests command: | . venv/bin/activate - python -m unittest tests.dash.test_integration + pytest tests/integration workflows: diff --git a/CHANGELOG.md b/CHANGELOG.md index df35471f9..3bd8effd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] ### Added +[#313](https://github.com/plotly/dash-table/issues/313) +- Ability to export table as csv or xlsx file. + [#497](https://github.com/plotly/dash-table/pull/497) - New `column.clearable` flag that displays a `Ø` action in the column Accepts a boolean or array of booleans for multi-line headers. diff --git a/tests/dash/__init__.py b/__init__.py similarity index 100% rename from tests/dash/__init__.py rename to __init__.py diff --git a/dash-main b/dash-main new file mode 160000 index 000000000..9819e5eb6 --- /dev/null +++ b/dash-main @@ -0,0 +1 @@ +Subproject commit 9819e5eb6f7dcdd1c828c5e070af41f76214b6ff diff --git a/dash_table/index.html b/dash_table/index.html index 5fb27b747..daab9fee6 100644 --- a/dash_table/index.html +++ b/dash_table/index.html @@ -5,11 +5,10 @@
- - + + + -