NEW showTotals
option was extended to show subtotal rows ("rows"
), subtotal columns ("columns"
), all subtotals ("on"
) or do not show them ("off"
). Option subtotal is backward compatible. Please note that Options pop-up in Toolbar was updated respectively to use extended showTotals
option. The localization variables were updated as well.
NEW updateData
API call was extended with ignoreSorting
and ignoreScroll
properties. Also, for JSON data source added ability to update only some part of the data (check docs and example).
FIX Anti-caching mechanism was added for the default flexmonster.css
and flexmonster.toolbar.js
when they are loaded by the component.
FIX The issue when drill-through with greater than 10,000 rows shows incorrect results was fixed.
FIX Responsive layout for filter view was improved to support different localization labels better.
FIX Responsive layout for alert windows was improved.
FIX Responsive layout for charts was improved.
FIX Setting max cell width/height using CSS was restored.
FIX The issue with charts legend overflow was fixed.
FIX The issue with exporting to Excel on macOS was fixed.
FIX The issue with grid title alignment was fixed.
FIX The issue with clicking on expand/collapse icon with showHeaders:false
was fixed.
FIX The issue with resizing the component after the change of the parent container was fixed.
FIX The issue with infinite columns/rows resize was fixed.
FIX The issue with showing charts if pivot container doesn't have an ID was fixed.
FIX Improved performance for CSV and JSON parsing.
FIX The issue with expands after switching between different view types was fixed.
FIX The issue with expandAllData
and collapseAllData
methods was fixed.
FIX The issue with pre-filtering was fixed.
FIX More readable hierarchy captions for drill through from OLAPs.
FIX The issue with restoring table sizes from the report was fixed.
FIX The issue with toolbar icons when exiting from fullscreen mode was fixed.
FIX The issue with adding calculated values in flat view mode was fixed.
FIX Accelerator SSAS Concurrent use of the Accelerator was improved.
NEW updateData
API call was extended with ignoreSorting
and ignoreScroll
properties. Also, for JSON data source added ability to update only some part of the data.
FIX The issue when drill-through with greater than 10,000 rows shows incorrect results was fixed.