Added
- #246
grid_versionadded to allow developer to see underlying AG Grid version in python- Added
quartztheme native support - Added function support for
dateParser,dateFormatter,quickFilterParser,components,quickFilterMatcher,predicate,textFormatter,textMatcher,numberFormatter,numberParser,dataTypeMatcher
Removed
- #246 dropped
getColumnApiandgetColmunApiAsyncas these are deprecated from the underlying grid.
Changed
- #261 The
cellValueChangedproperty has changed been changed from a (single) event object to a list of event objects. For multi-cell edits, the list will contain an element per change. In other cases, the list will contain a single element. Fixes #262 - #246
- updating underlying grid version from AG Grid v29 -> v31, with this change, Dash AG Grid will reflect a similar version number to underlying Grid version.
dataTypeDefinitionsnow supports full js, partial python with full definitions in js of an object, and objects have parts that are jscolumnSizeandcolumnStatecannot be currently passed together when grid initializes, thecolumnSizewill trump thecolumnState
Fixed
- #246 testing for grid going to destroyed state