pypi dash-ag-grid 35.3.0
v35.3.0

7 hours ago

[35.3.0] - 2026-07-13

Added

  • #453 Test for changelog entry
  • #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

Changed

  • #452
    • 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

Full Changelog: v35.2.0...v35.3.0

Don't miss a new dash-ag-grid release

NewReleases is sending notifications on new releases.