Security News
GitHub Removes Malicious Pull Requests Targeting Open Source Repositories
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
flexmonster
Advanced tools
Pivot table component for web reporting. The most powerful JavaScript tool to visualize your business data.
Flexmonster Pivot Table & Charts is a component for interactive pivot reports that can be inserted to a web page or a web application. It’s a powerful JavaScript tool to visualize your business data.
Flexmonster Pivot is a cross-platform web component that seamlessly work on any browser (Chrome, Firefox, Internet Explorer, Safari or Opera) across Windows, macOS, Linux, iOS or Android.
Moreover, you have no limitation on the server-side technology, no matter whether your website runs on .NET, Java, PHP, Ruby, etc.
Start by installing Flexmonster as a node module and save it as a dependency in your package.json:
npm i flexmonster
Then, include the flexmonster.full.js
and flexmonster.css
files (for example, in the .html):
<link href="node_modules/flexmonster/flexmonster.css" rel="stylesheet"/>
<script src="node_modules/flexmonster/flexmonster.full.js" type="text/javascript"></script>
Now, you can create an instance of Pivot Table:
<div id="pivot-сontainer">The component will appear here</div>
<script>
var pivot = new Flexmonster({
container: "#pivot-сontainer",
toolbar: true
});
</script>
Refer to the Quick Start guide for more details.
Please note: to use Flexmonster in production you need a license key. If you don’t have a license key, please visit www.flexmonster.com to obtain an appropriate license. Then, you can specify licenseKey
in the configuration:
var pivot = new Flexmonster({
licenseKey: "XXXX-XXXX-XXXX-XXXX-XXXX",
container: "#pivot-сontainer",
toolbar: true
});
Pivot Table Component can be natively used with JavaScript or TypeScript and perfectly integrates with client side frameworks such as AngularJS, Angular, React, Webpack as good as with the server side like ASP.NET, Java JSP and others.
This solution allows you to work extremely fast with really large data volumes (huge OLAP cubes, data sets from SQL DBs or files up to 100 MB).
Maximum data size is limited only by your end-users’ browsers and the capacity of their devices. The table renders multiple millions of cells immediately. If the user’s browser can handle it, we’ll display it.
Moreover, we have developed a special application. It compresses CSV data and makes it load 5-10 times faster. Flexmonster data compressor is freely available in different technologies, as follows: .NET, Java, PHP.
Working with OLAP cubes, a browser component can communicate with the server via XMLA protocol or you can use Flexmonster Data Speed Accelerator for OLAP cubes. It’s a special server-side proxy that helps you to increase data loading speed from server to customer’s browser tenfold.
Pivot Component provides Excel-like features which give users the interface they have always been used to. The users can easily and quickly analyze data and produce a report using different options such as:
You can find all list of the set of tools.
Component has convenient full-functional JavaScript API to embed the component into web applications. Being a developer, you can:
Pivot Table & Charts component can be easily localized: First of all, if you use one of the offered languages below, you can download the already prepared JSON files :
Set localization for Pivot Table
Select which dimensions & values to show. Users can easily change a report’s layout visually and examine the data from a different perspective. The power of Pivot report composing allows you to stop guessing all possible report scenarios your end-users might require. The user will be able to tune it to their own needs on the fly.
Users can create their own reports and save them to their local drive or the server and load previously saved reports with exactly the same layout, number formatting, filters, sorting and all the other settings.
This allows users to work with a predefined set of reports or create & save their own reports. Once the user has composed a report to reveal the precise data views that they need, they may want to save it for the future or share it with others.
All table views (Pivot / Flat / Classic) and charts view can be printed or exported. Users can export the reports into a variety of formats: • Microsoft Excel 7 • PDF • Web page (HTML page) • CSV (comma separated text format) • Image (PNG)
You can control where to save the export data, the following methods are supported: • Save to local file • Save to server (to remote file-storage or database)
Also you can get all support from development team on Forum. Flexmonster developers react fast to the questions and suggestion and provide professional assistance.
FAQs
Pivot table component for web reporting. The most powerful JavaScript tool to visualize your business data.
The npm package flexmonster receives a total of 5,778 weekly downloads. As such, flexmonster popularity was classified as popular.
We found that flexmonster demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.