Skip to content

Commit 39fc4e9

Browse files
committed
Merge pull request #105 from plotly/3.0rc22arrow_highlight_issue
fix arrow highlight issue
1 parent 3dfc3ca commit 39fc4e9

File tree

6 files changed

+12
-6
lines changed

6 files changed

+12
-6
lines changed

packages/dash-table/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,4 +181,10 @@
181181
entire app to re-render.
182182
Now, clicking outside the table will update the component more efficiently,
183183
prevent excessive application re-renders.
184-
184+
185+
## RC22 - Fix regression for user select
186+
187+
Regression from: https://github.com/plotly/dash-table/pull/93
188+
Issue: https://github.com/plotly/dash-table/issues/91
189+
190+
Sorting arrow will no longer highlight.

packages/dash-table/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.

packages/dash-table/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.

packages/dash-table/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.0.0rc21",
3+
"version": "3.0.0rc22",
44
"description": "Dash table",
55
"main": "build/index.js",
66
"scripts": {

packages/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.0.0rc21",
3+
"version": "3.0.0rc22",
44
"description": "Dash table",
55
"main": "build/index.js",
66
"scripts": {

packages/dash-table/src/dash-table/components/Table/Table.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@
259259
th {
260260
.column-header--edit,
261261
.column-header--delete,
262-
.filter {
262+
.sort {
263263
.not-selectable();
264264
cursor: pointer;
265265
}

0 commit comments

Comments
 (0)