BBjGridExWidget v1.12.1
ยท One min read
Version 1.12.0
no longer includes BBjWidget as a dependency. By default, BBj includes the most recent version of BBjWidget.
GxColumnsManager::getColumn
and GxColumnsManager::hasColumn
don't check groups (3faa041), closes #241restore GxColumn.DefaultStringsMask
, GxColumn.DefaultNumbersMask
, GxColumn.DefaultDatesMask
, GxColumn.DefaultTimesMask
and GxColumn.DefaultTimestamps
for backwards compatibility
restore GxColumn.setColumnMask
method for backwards compatibility.
getSuppressWebDebouncing()
. (1350a60)GxExecutor
does not check if the grid is destroyed before executing code. (9b33eab)BBjGridExWidget.suppressBuiDebouncing
to BBjGridExWidget.suppressWebDebouncing
. (0252c22)add BBjGridExWidget:preferAsyncExecution
. (ea432eb). When enabled then the executor will try to executes the JavaScript in the
BBjHtmlView and returns immediately without waiting for a return value
from the client. Enabling this option might boost the performance of the grid.
By default this option is turned off
add GxColumn::setMask
method. (294a513)
BBjGridExWidget.suppressBuiDebouncing
is deprecated.
Use BBjGridExWidget.suppressWebDebouncing
insteadDefaultStringsMask
, DefaultNumbersMask
, DefaultDatesMask
,DefaultTimesMask
and DefaultTimestamps
are deprecated use Mask
instated.setColumnMask
is deprecated use setMask
instead.CHART_RANGE
context menu item by default (5806120)GxFiltersToolpanel::suppressExpandAl
should be GxFiltersToolpanel::suppressExpandAll
(50e5c79)SuppressFiltersToolPanel
option (0cf67b9)SuppressSyncLayoutWithGrid
& SuppressColumnMove
and ContractColumnSelection
options (9ac3d2b)COPY_WITH_GROUP_HEADERS
(8b639dd)SuppressExpandAll
option (8d6bf43)SuppressFilterSearch
& SuppressSyncLayoutWithGrid
(196341d)COPY_WITH_GROUP_HEADERS
by default (c369079)