From 123184328c65b21d20a1152d008146f2eab04ecf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andre=CC=81=20Rivet?= Date: Thu, 5 Sep 2019 14:08:16 -0400 Subject: [PATCH] fix row selection alignment --- CHANGELOG.md | 12 ++++++++++++ src/dash-table/derived/cell/operations.tsx | 3 ++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dfca49ed7..5d5b618d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [Unreleased] +### Fixed +[#569](https://github.com/plotly/dash-table/issues/569), [#544](https://github.com/plotly/dash-table/issues/544) +- Allow empty strings in all `filter_query` (e.g filter_query: '{colA} eq ""') + +[#567](https://github.com/plotly/dash-table/issues/567) +- Add support for missing `border-radius` in style_** props +- Fix table's inner vs. outer container styling + +[#18](https://github.com/plotly/dash-table/issues/18) +- Fix row selection vertical and horizontal alignment + ## [4.2.0] - 2019-08-27 ### Added [#317](https://github.com/plotly/dash-table/issues/317) diff --git a/src/dash-table/derived/cell/operations.tsx b/src/dash-table/derived/cell/operations.tsx index 1d03e56fb..66eb09f78 100644 --- a/src/dash-table/derived/cell/operations.tsx +++ b/src/dash-table/derived/cell/operations.tsx @@ -37,10 +37,11 @@ function rowSelectCell(idx: number, rowSelectable: Selection, selectedRows: numb return ( {