Our popular JavaScript suite has been enhanced with a new Rating control, multicolumn layout in Word Processor, and on-demand loading of child records in Tree Grid.
The following control has been added to Essential JS 2:
The following controls have been developed to meet industry standards and are now marked production-ready:
Support to wrap text in data labels based on its size or when it overflows the container, in accumulation charts, has been added.
Provided support for dashed legends for dashed line series.
Provided support to rotate the axis title from 0 to 360 degrees.
This feature allows users to display the text in multiple-column layout in the Word Processor component. Using this feature, users can format documents in multiple columns like a newspaper.
Improve user experience and accessibility for those who work with RTL languages like Hebrew and Arabic, by switching the text direction and layout of the Gantt Chart component from right to left.
Improve visualization while loading data by showing a placeholder in gantt chart cells until the data operation is completed. Find the demo link here.
The grouped items with n
levels of data will be loaded on demand with virtual scrolling when the corresponding lazy load group row is expanded. The grouped items are loaded with virtual scrolling when that mode is enabled in the grid.
This feature keeps the previously selected checkbox filters when making additional changes. It is achieved by showing “Add current selection to filter” as one of the checkbox options in the Excel or checkbox filter.
The HeatMap now allows you to select one cell at a time. Each cell can be selected using the keyboard, mouse, or touch interface.
Provided color adjustment support with the following options:
Provided filter support to adjust the color of the image with the following optionsL
Now, the PDF Viewer component renders digital signatures in the existing PDF documents in a non-interactive way to avoid data loss while viewing. Its integrity is preserved if no editing operation is performed.
Form fields value can be exported to FDF, XFDF, and XML formats, and the same can be imported into the PDF Viewer, programmatically.
Allows sub-totals to be displayed in the Pivot Table’s row and column axes at the top or bottom position in their group.
The provided support enables the pivot chart’s series for multiple measures to be drawn on a single y-axis rather than separate axes.
This feature allows you to export both pivot table and pivot chart to a single PDF document.
The Essential JS 2 Rating component lets a user provide a star rating or view other people’s ratings in a numeric scale for any service or product.
This feature allows users to customize workdays when the resources are grouped by date. Find the demo link here.
Lazy load child records with the virtualization feature enabled. Parent records in the current viewport are retrieved from remote services at initial rendering and child records are loaded on-demand when expanding parent rows. Find more details in the documentation here.
Improve visualization while loading data by showing a placeholder in tree grid cells until the data operation is completed. Find the demo link here.