Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

13.2.0

Compare
Choose a tag to compare
@makinggoodsoftware makinggoodsoftware released this 21 Sep 12:05

Enhancements

AG-785: Pivoting is now possible in the Enterprise Row Model. If you are using the row model and do not want pivoting, then set grid properties toolPanelSuppressPivotMode=true and toolPanelSuppressValues=true to remove the pivot from the grid UI.
AG-795: New callback paginationNumberFormatter to format numbers in pagination panel, should you no like the default formatting. See Example: Customising Pagination.
AG-693: Child Count can now be set for Enterprise Row Model.
AG-800: Put in callback colDef.suppressKeyboardNavigation() to allow suppressing keyboard events while editing.
Bug Fixes

AG-770: pinnedBottomRowData and pinnedTopRowData were not getting changes updated when bound as component property (eg if using React or Angular bindings to change these)
AG-667: unnecessary console log "not supported" when using infinite row model and scrolling after cell selection
AG-400: rich select - when focus goes off the component, the selection was kept
AG-563: When sorting by count in pivot mode it does Alphabetical sort not numerical
AG-793: Group expand / contract was not working with double click, now it opens and closes quickly
AG-649: Configuring checkbox icons was not getting applied when icons set at the column def level (ie colDef.checkboxSelection=true and colDef.icons = {customIcons})
AG-622: Copy Paste with Master Detail Grid was not working