You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
grid_version added to allow developer to see underlying AG Grid version in python
Added quartz theme native support
Added function support for dateParser, dateFormatter, quickFilterParser, components, quickFilterMatcher, predicate, textFormatter, textMatcher, numberFormatter, numberParser, dataTypeMatcher
Removed
#246 dropped getColumnApi and getColmunApiAsync as these are deprecated from the underlying grid.
Changed
#261 The cellValueChanged property 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
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.
dataTypeDefinitions now supports full js, partial python with full definitions in js of an object, and objects have parts that are js
columnSize and columnState cannot be currently passed together when grid initializes, the columnSize will trump the columnState