Skip to content

Commit

Permalink
Merge pull request #105 from plotly/3.0rc22arrow_highlight_issue
Browse files Browse the repository at this point in the history
fix arrow highlight issue
  • Loading branch information
cldougl committed Sep 21, 2018
1 parent 3dfc3ca commit 39fc4e9
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
8 changes: 7 additions & 1 deletion packages/dash-table/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,4 +181,10 @@
entire app to re-render.
Now, clicking outside the table will update the component more efficiently,
prevent excessive application re-renders.


## RC22 - Fix regression for user select

Regression from: https://github.com/plotly/dash-table/pull/93
Issue: https://github.com/plotly/dash-table/issues/91

Sorting arrow will no longer highlight.
2 changes: 1 addition & 1 deletion packages/dash-table/dash_table/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/dash-table/dash_table/demo.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/dash-table/dash_table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dash-table",
"version": "3.0.0rc21",
"version": "3.0.0rc22",
"description": "Dash table",
"main": "build/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/dash-table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dash-table",
"version": "3.0.0rc21",
"version": "3.0.0rc22",
"description": "Dash table",
"main": "build/index.js",
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@
th {
.column-header--edit,
.column-header--delete,
.filter {
.sort {
.not-selectable();
cursor: pointer;
}
Expand Down

0 comments on commit 39fc4e9

Please sign in to comment.