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

Commit e38721d

Browse files
authored
Docstrings (#173)
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
1 parent 56436e4 commit e38721d

File tree

7 files changed

+578
-64
lines changed

7 files changed

+578
-64
lines changed

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -396,11 +396,16 @@ Derived properties allow the component to expose complex state that can be usefu
396396

397397
- The id prop of the table is now optional. It will generate a random id if it's not set.
398398
Issue: https://github.com/plotly/dash-table/issues/143
399-
399+
400400
## RC8 - Improve props typing
401401

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

404-
## RC9 - Sort ascending on first click
404+
## RC9 - Sort ascending on first click
405405
- Sorts ascending when first clicked, [#118](https://github.com/plotly/dash-table/issues/118)
406-
- Flips icons displayed so that they are pointing up on ascending and down on descending.
406+
- Flips icons displayed so that they are pointing up on ascending and down on descending.
407+
Issue: https://github.com/plotly/dash-table/issues/143
408+
409+
## RC10 - Improved props docstrings
410+
411+
Issue: https://github.com/plotly/dash-table/issues/163

dash_table/bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dash_table/demo.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dash_table/metadata.json

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

dash_table/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dash-table",
3-
"version": "3.1.0rc9",
3+
"version": "3.1.0rc10",
44
"description": "Dash table",
55
"main": "build/index.js",
66
"scripts": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dash-table",
3-
"version": "3.1.0rc9",
3+
"version": "3.1.0rc10",
44
"description": "Dash table",
55
"main": "build/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)