NEW Dragging and dropping fields on the grid were restored.
FIX The issue with missing localization labels was fixed. Also, localization files were improved.
FIX The issues with exporting from charts view when grid.type="classic"
was fixed.
FIX The issue with export for multiple times was fixed.
FIX The issue with expands in classic view when the measures are above other dimensions in columns was fixed.
FIX The issue with the positioning of Add Group
button was fixed.
FIX The issue with random error message "Pivot cannot be drawn"
was fixed.
FIX The issue with the restoration of conditional formatting from XML report was fixed.
FIX The issues with sorting for big OLAP hierarchies was fixed.
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.
NEW API call fullscreen()
was removed. Now fullscreen is available from Toolbar only.
FIX The issue with disappearing right and bottom borders was fixed.
FIX The issue with selecting all results after the search was fixed.
FIX Add Group
button in report filters was restored.
FIX The issue with showing 300K+ members in the filter was fixed.
FIX The issue with boolean values for options.grid.showGrandTotals
was fixed.
FIX The issue with the subtotals turning off when the measures are above other dimensions in columns or rows was fixed.
FIX The issue with boolean values for options.grid.showGrandTotals
was fixed.
FIX The issue with the subtotals turning off when the measures are above other dimensions in columns or rows was fixed.
FIX The issue with measures formatting in drill-through view was fixed.
FIX The issue with showing 150K+ rows in IE/Edge was fixed.
FIX UI/CSS issues in IE11 were fixed.
FIX The issue when beforetoolbarcreated
event was dispatched two times was fixed.
FIX The following issues with export to excel were fixed:
showFilters: true
is set as an export parameter;customFields
are defined in a report.FIX The issue with adding .false
CSS class to each cell that does not meet the condition formatting rule was fixed.
FIX The issue with Add Group
button was fixed.
FIX The issue with measures formatting in drill-through view was fixed.
FIX Fix for buggy behavior after canceling on Open CSV File
.
FIX Toolbar exception was removed for IE11.
FIX Charts working correctly in IE11.
FIX Cell renderer demo was fixed for IE11 and Edge.
NEW Grid rendering was improved greatly. As the result, the scrolling is smooth and fast. The scrolling issues reported by our customers were fixed.
NEW Export from Drill Through was added. When Drill Through popup is opened, Export
tab from the toolbar or exportTo()
API call get the raw data.
NEW Accelerator for Microsoft Analysis Services and Accelerator for Pentaho Mondrian work much faster. The concurrency was improved: Accelerators work better with multiple threads.
NEW All fixes from version 2.3 are available in 2.4 as well.
NEW New UI for the component was created.
NEW Several built-in themes were added. New themes can be added (via Less or CSS). Find how to use it in our documentation.
NEW customizeCell API call was extended with new possibilities to visualize the data.
NEW jQuery library is no longer required.
NEW Now new Flexmonster() should be used to embed the component.
NEW Conditional Format Object was updated.
NEW Cell Data Object was extended with new properties.
NEW getPages
API call was renamed to getReportFilters
.
NEW Property pages
from Report Object
was renamed to reportFilters
(with backward compatibility).
NEW Properties configuratorMatchHeight
and pagesFilterLayout
were removed from Options Object
.
NEW The default value of configuratorActive
property inside Options Object
was changed to false
.
NEW Two new events were added:
beforegriddraw
– String, triggered before grid rendering.aftergriddraw
– String, triggered after grid rendering.To update from the previous major version to 2.4, please read our Migration guide.