KoolPivotTable - Powerful PHP Pivot TableKoolPivotTable - Powerful PHP Pivot TableFullVersion 3.8.0.0 released on 25/11/2016

Features - Reorder Feature

Drag the filter field here.
Dollar Sales
Product LineProduct
Customer
Vintage CarsClassic CarsTrucks and BusesTrainsShipsPlanesMotorcyclesGrand Total
Online Diecast Creations Co.
Blauer See Auto, Co.
Vitachrome Inc.
Baane Mini Imports
Euro+ Shopping Channel
Danish Wholesale Imports
Rovelli Gifts
Land of Toys Inc.
Cruz & Sons Co.
Motor Mint Distributors Inc.
Grand Total
$39,377$69,150$7,922$0$0$0$0$116,449
$13,463$49,315$7,976$5,184$0$0$0$75,938
$10,537$25,182$14,176$0$0$0$22,602$72,498
$17,437$36,941$26,456$4,023$0$0$19,368$104,225
$128,182$376,073$99,157$28,045$62,564$73,212$53,457$820,690
$17,816$68,791$0$3,334$31,935$7,209$0$129,085
$49,827$4,548$0$0$8,948$64,206$0$127,530
$12,455$44,428$13,574$7,615$22,437$1,814$46,762$149,085
$1,669$51,986$0$0$0$18,975$14,839$87,468
$6,807$59,404$0$0$0$0$11,515$77,727
$1,797,560$3,853,922$1,024,114$188,533$663,998$954,638$1,121,426$9,604,191
Page 1 in 10, items 1 to 10 of 98.
DoneLoading..
* Note:Generate your own pivot table with Code Generator

Description & Sample code

In order to turn on reorder features of KoolPivotTable, you do

	$pivot->AllowReorder = true;

You also can turn on/off the reoder for each field:

	$field = new PivotField("customerName");
	$field->AllowReorder = true;
	$pivot->AddColumnField($field):