We’re excited to announce that Dash AG Grid v2.1.0 is released, with a variety of small features and fixes by @jinnyzor and our Plotly staff member, Mario Rodríguez Ibáñez.
pip install dash-ag-grid==2.1.0
Added:
- #201 Add
cellDoubleClickedprop, which works exactly likecellClicked. See example usage in the docs.
Updated
-
columnStatefloats during grid interaction and only gets pushed when sent in a callback -
columnDefstrumpscolumnStateif it is pushed in a callback without acolumnState -
#207 Update AG Grid from 29.3.3 to 29.3.5, with a few minor bugfixes, see their changelog for 29.3.4 and 29.3.5. Also other minor dependency updates.
Fixed
- #174 Fix #171:
Markdownrenderer now displays a blank cell rather than writingundefinedif there is no value - #204
filterOptionswill now work as a regular object - #206 Fix #195 where if the user was to redo the exact same action, callbacks on
cellValueChangedwould not trigger again. Fix by addingtimestampinto the object, as we have in other event-type props to make them unique.