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
#448 Added support for AG-Charts (split out in v33 of AG Grid). Integrated Charts require enableEnterpriseModules=True, dashChartMode="community" or "enterprise", and dashGridOptions={"enableCharts": True}.
#455 Added support for dynamic detailCellRendererParams in Master/Detail, including dynamic detail-grid column definitions.
#468 Support passing a function to the grid option processUnpinnedColumns.
#472 Added support for callback function for the groupAggFiltering options
Added test for OBJ_MAYBE_FUNCTION_OR_MAP_MAYBE_FUNCTIONS to test that the value is an object before parsing,
this allows for reused keys to not comply with being an object
Fixed
#454 fixes issue where a rowCount of 0 would cause the grid not to display new data
#459 removes getRowsRequest / getRowsResponse warnings by excluding these Dash callback props from AG Grid options.
#460 fix grid rendering when getRowId is explicitly set to None
#466 guard against a null gridApi in onSortChanged, which threw an uncaught TypeError when a grid initialized with a sort applied via initialState.sort.sortModel