BBjGridExWidget v1.7.1
ยท One min read
BBjGridExWidget v1.7.0 has been released. The following is the changelog list:
GxOptions.RowDeselection
with GxOptions.SuppressRowDeselection
(75d243a)GxOptions.EnableFloatingFilter
won't have an effect anymore. it is deprecated(68caf8f)GxOptions.setImmutableColumns
is deprecated (96b9d07)GxState.getString
does not contain the sort array anymore (7c35c1d)GxOptions.GroupSuppressRow
. (7960b54)PinnedRowCellRendere
(e43a43a)GxOptions.ColumnHoverHighlight
(40c49a5)GxOptions.GroupDisplayType
(d3f65ca)GxFilterSetFilter.NewRowsAction
&
GxFilterSetFilter.SuppressRemoveEntries
have no affect at all. They
are deprecated. (21700b5)GxFilterSetFilter.suppressSyncValuesAfterDataChange
is deprecated (9b3eae9)GxFilterSetFilter.NewRowsAction
&
GxFilterSetFilter.SuppressRemoveEntries
have no affect at all. They
are deprecated with no replacemnetsGxFilterSetFilter.suppressSyncValuesAfterDataChange
has been been deprecated. This option has no replacementGxOptions.EnableFloatingFilter
won't have effect
anymore. it is deprecated. You can enable/disable the floating filter per
column.PinnedRowCellRendere
won't affect the rendering anymore. Use the CellRenderer
insteadGxOptions.GroupMultiAutoColumn
,
GxOptions.GroupUseEntireRow
, GxOptions.GroupSuppressAutoColumn
are
deprecated. Use GxOptions.GroupDisplyType
insteadGxOptions.GroupSuppressRow
. There is no
replacement for this functionality.GxState.getString
does not contain the sort array
anymore. The sort state is contained in the columns array now.