Skip to content

v2.4.0

Compare
Choose a tag to compare
@alexcjohnson alexcjohnson released this 17 Oct 20:38
· 179 commits to main since this release

Added

  • #243 Added function support for:
    • getContextMenuItems, isRowMaster, setPopupParent, popupParent, filter
    • iterate through csvExportParams and defaultCsvExportParams for functions:
      • getCustomContextBelowRow, shouldRowBeSkipped, processCellCallback, processHeaderCallback, processGroupHeaderCallback, processRowGroupCallback

Fixed

  • #237 Fixed issue with grid components not being passed down to the detail grids
  • #232 Fixed height style to unassign automatically if domLayout = 'autoHeight', addresses #231