NEW The sample Angular project for Flexmonster was updated to Angular 18.
FIX The issue with collapseAllData() not drilling up all hierarchy levels when using the "api"
data source type was fixed.
FIX The unnecessary href
attribute with the javascript.void(0)
value was removed from Toolbar tabs.
FIX The issue with expands when multilevel hierarchies are present in columns and expandAllData is called for columns with the withAllChildren parameter set to true
was fixed.
FIX The issue with sorting hierarchy members when the child-level members are presorted was fixed.
NEW A new filter.filterByDateAndTime option was added. When set to true
, date fields are filtered by both date and time parts. This option is supported only for the "api"
data source type.
FIX The issue with localizing labels in the auto-calculation bar when localization is loaded via URL was fixed.
NEW Descriptions in license pop-up alerts were improved.
FIX The issue with the default conditional formatting styles was fixed.
FIX The issue with incorrect calculated value formulas when field captions are used instead of unique names was fixed.
FIX The issue when dragging fields into an empty row area in the classic (tabular) pivot table led to console errors was fixed.
NEW It is now possible to override default formatting styles in the conditional formatting view. To modify the styles, use the toolbar.defaults.defaultConditionalFormat
object. See an example.