From 340112626209b1e66854734249f6653cd2a1eef1 Mon Sep 17 00:00:00 2001 From: BSd3v Date: Wed, 24 Jul 2024 12:12:11 -0400 Subject: [PATCH] updating changelog to discuss maintaining scroll position during a grid rerender --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3766810..3446337 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,8 @@ Links "DE#nnn" prior to version 2.0 point to the Dash Enterprise closed-source D - [#314](https://github.com/plotly/dash-ag-grid/pull/314) - locking selenium for tests that were failing due to missing import - [#313](https://github.com/plotly/dash-ag-grid/pull/313) - - fixing issue where `scrollTo` was defaulting to not reset the value + - [#312](https://github.com/plotly/dash-ag-grid/issues/312) fixing issue where `scrollTo` was defaulting to not reset the value + - to maintain scroll position during a grid rerender, be sure to use `getRowId` - fixing side issue where `cellDoubleClicked` was forcing the grid to rerender