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

Commit

Permalink
Docstrings (#173)
Browse files Browse the repository at this point in the history
Many of these props will change in the future, I’ve linked properties
to the following issues:
- #166
- #167
- #168
- #168
- #167
- #169
- #169
- #169
- #170
- #171
  • Loading branch information
chriddyp authored Oct 25, 2018
1 parent 56436e4 commit e38721d
Show file tree
Hide file tree
Showing 7 changed files with 578 additions and 64 deletions.
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

0 comments on commit e38721d

Please sign in to comment.