Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

Docstrings #173

Merged
merged 9 commits into from
Oct 25, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -396,11 +396,16 @@ Derived properties allow the component to expose complex state that can be usefu

- The id prop of the table is now optional. It will generate a random id if it's not set.
Issue: https://github.com/plotly/dash-table/issues/143

## RC8 - Improve props typing

Issue: https://github.com/plotly/dash-table/issues/143

## RC9 - Sort ascending on first click
## RC9 - Sort ascending on first click
- Sorts ascending when first clicked, [#118](https://github.com/plotly/dash-table/issues/118)
- Flips icons displayed so that they are pointing up on ascending and down on descending.
- Flips icons displayed so that they are pointing up on ascending and down on descending.
Issue: https://github.com/plotly/dash-table/issues/143

## RC10 - Improved props docstrings

Issue: https://github.com/plotly/dash-table/issues/163
2 changes: 1 addition & 1 deletion dash_table/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dash_table/demo.js

Large diffs are not rendered by default.

116 changes: 68 additions & 48 deletions dash_table/metadata.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dash_table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dash-table",
"version": "3.1.0rc9",
"version": "3.1.0rc10",
"description": "Dash table",
"main": "build/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dash-table",
"version": "3.1.0rc9",
"version": "3.1.0rc10",
"description": "Dash table",
"main": "build/index.js",
"scripts": {
Expand Down
Loading