Welcome to Flexmonster Pivot Table and Charts!
This package contains HTML5 version of the component.
This is the component you can easily embed into Web HTML5 project to provide your end-users with an excel-like intuitive experience while creating and analyzing reports.
Extensive component's API can be used to build your own user interface around the core pivot grid and charts functionality. Or you can use our toolbar shown in All-in-One demo.
This demo is a full-featured native user interface for Flexmonster component.
Major component's API tricks are already implemented in this demo by our software engineers and you get it with the source code.
Customize it according to your needs or use it as is.
Installing Flexmonster Pivot is simple copy-paste procedure that takes just minutes!
Embed into web project HTML5 version of the component:
component/
folder into your web project root to your server.
<div id="pivotContainer">The component will appear here</div>
<script src="flexmonster/flexmonster.js"></script>
<script>
flexmonster.embedPivotComponent("flexmonster/", "pivotContainer", "100%", "500", {configUrl : "report.xml"});
</script>
Check Pricing | Give a Feedback | See Manual |