What's Changed
Fixed
- #300 Fixes issue #299 where grid was unmounted and trying to update the
columnState
. - #325 Fixes issue #324 where
pivotComparator
functions were not sorting columns correctly because they were only being passedparams
. - #314
- locking selenium for tests that were failing due to missing import
- #313
- #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
- to maintain scroll position during a grid rerender, be sure to use
- fixing side issue where
cellDoubleClicked
was forcing the grid to rerender
- #312 fixing issue where
- #331
- adjusted
setProps
->customSetProps
which tests if the grid is active in the dash tree and mounted. - #307 fixes JS console error because
setProps
is no longer called when unmounted.
- adjusted
Added
- #330 Added
dash_clientside
to available functions for easier on-liner functions, esp.eventListeners
.- requested #303
Changed
- #327 bumping to v
31.3.2
for the grid - #332
handleDynamicStyle
now checks forparams.data
before attempting to apply the test- #321 fixes issue with infinite scroll and dynamic row styling
New Contributors
Full Changelog: v31.2.0...v31.3.0