KoolPivotTable - Powerful PHP Pivot Table

Changelog

Feb 25, 2014: Version 3.5.0.0
- Allow changing displayed data by user-defined functions. Documentation | Example
- Add Top N, Top %, Bottom N and Bottom % filters for row and column fields. Documentation | Example
- Pre-set data sorting. Documentation | Example
Feb 09, 2014: Version 3.1.0.0
- Add query size option for dealing with big data set (hundreds of thousands of rows or more). Documentation
Jan 10, 2014: Version 3.0.0.0
- Add Export to PDF, Word, Excel and Html with various template and styling options.
Dec 04, 2013: Version 2.5.0.0
- Allow sorting based on data.
- New property: $pivot->AllowSortingData
- New function: $pivot->SetDataFieldForSorting()
- New sorting arrow in css
- Minor bug fixes.
Nov 20, 2013: Version 2.2.2.0
- New way of loading and processing data to speed KoolPivotTable 5 times compared to previous version.
- Extend the capability of handling up to hundreds of thousands of records which was unable previously.
- New class PivotAverageField to calculate and show report of average of each category
- New class PivotMinField to calculate and show report of min of each category
- New class PivotMaxField to calculate and show report of max of each category
- New class PivotPercentageSumField to calculate and show report of sum value in percentage.
- New class PivotPercentageCountField to calculate and show report of count value in percentage.
- Support connection to Microsoft SQL Server, Oracle, MySQLi, PDO, PostgreSQL.
Mar 29, 2013: Version 1.0.0.0
- First version.