From f51378cd6131c34c1c8b3d2b216772d171836c26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andre=CC=81=20Rivet?= Date: Thu, 1 Aug 2019 20:45:15 -0400 Subject: [PATCH 1/2] webkit-sticky --- src/dash-table/components/Table/Table.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/dash-table/components/Table/Table.less b/src/dash-table/components/Table/Table.less index 5f0566694..1f4252de5 100644 --- a/src/dash-table/components/Table/Table.less +++ b/src/dash-table/components/Table/Table.less @@ -257,6 +257,7 @@ flex: 0 0 auto; left: 0; position: sticky; + position:-webkit-sticky; z-index: 400; } @@ -436,6 +437,10 @@ background-color: rgb(250, 250, 250); } + .dash-spreadsheet-inner td { + background-color: white; + } + .sort { cursor: pointer; float: left; From 6a927cee62f10e1770db4d0111b34ab706ed6fad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andre=CC=81=20Rivet?= Date: Thu, 1 Aug 2019 20:54:27 -0400 Subject: [PATCH 2/2] cahngelog entry --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59870ec86..89ca7e725 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,9 @@ This project adheres to [Semantic Versioning](http://semver.org/). reset the filter for the affected column(s) ### Fixed +[#259](https://github.com/plotly/dash-table/issues/259) +- Fixed columns `sticky` on Safari + [#491](https://github.com/plotly/dash-table/issues/491) - Fixed inconsistent behaviors when editing cell headers