BBjGridExWidget v1.7.0 has been released. The following is the changelog list:
Bug Fixes
- Demo: RowGrouping demo is broken in ag-grid 27 (d8c8988)
- GxOptions should not set locale text if text is empty (2c62a3b)
- keyboard navigation is broken in ag-grid v27 (8d54900)
- replace GxOptions.RowDeselectionwithGxOptions.SuppressRowDeselection(75d243a)
- Tooltips fails to render in ag-grid 27 (6704657)
Code Refactoring
- GxOptions.EnableFloatingFilterwon't have an effect anymore. it is deprecated(68caf8f)
- GxOptions.setImmutableColumnsis deprecated (96b9d07)
- GxState.getStringdoes not contain the sort array anymore (7c35c1d)
- deprecate GxOptions.GroupSuppressRow. (7960b54)
- deprecate PinnedRowCellRendere(e43a43a)
Features
- add GxOptions.ColumnHoverHighlight(40c49a5)
- add GxOptions.GroupDisplayType(d3f65ca)
- update LicenseManager to v27 (4090e06)
refactore
- GxFilterSetFilter.NewRowsAction&- GxFilterSetFilter.SuppressRemoveEntrieshave no affect at all. They
are deprecated. (21700b5)
- GxFilterSetFilter.suppressSyncValuesAfterDataChangeis deprecated (9b3eae9)
BREAKING CHANGES
- GxFilterSetFilter.NewRowsAction&- GxFilterSetFilter.SuppressRemoveEntrieshave no affect at all. They
are deprecated with no replacemnets
- GxFilterSetFilter.suppressSyncValuesAfterDataChangehas been been deprecated. This option has no replacement
- GxOptions.EnableFloatingFilterwon't have effect
anymore. it is deprecated. You can enable/disable the floating filter per
column.
- Setting the PinnedRowCellRenderewon't affect the rendering anymore. Use theCellRendererinstead
- GxOptions.GroupMultiAutoColumn,- GxOptions.GroupUseEntireRow,- GxOptions.GroupSuppressAutoColumnare
deprecated. Use- GxOptions.GroupDisplyTypeinstead
- deprecate GxOptions.GroupSuppressRow. There is no
replacement for this functionality.
- rowDeselection no longer has any affect as the grid now
allows row deselection by default. To block row deselection set
suppressRowDeselection to true.
- GxState.getStringdoes not contain the sort array
anymore. The sort state is contained in the columns array now.
- Grid Option 'immutableColumns' is now gone. Columns
are immutable by default.