Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit ccaa2dd

Browse files
committed
changelog for column edit + hidden_columns fixes
1 parent 302caeb commit ccaa2dd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [Unreleased]
66
### Fixed
7+
[#578](https://github.com/plotly/dash-table/pull/578)
8+
- Fix [#576](https://github.com/plotly/dash-table/issues/576), editing column names or deleting columns while other columns are hidden causing the hidden columns to be lost.
9+
- Fix an unreported bug that clicking "Cancel" at the column name edit prompt would clear the name, rather than leaving it unchanged as it should.
10+
711
[#569](https://github.com/plotly/dash-table/issues/569), [#544](https://github.com/plotly/dash-table/issues/544)
812
- Allow empty strings in all `filter_query` (e.g filter_query: '{colA} eq ""')
913

0 commit comments

Comments
 (0)