You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser.
Pivot list plugin
-
Views
Views: 13,902
-
Last updated
Last updated:
-
The Pivot list plugin renders selected data from a data-set as a pivotal table.
- sum/count- An element you wish to sum or count on
- count instead of sum- no by default, will sum/count the value selected in the drop-down.
- group by- a comma separated list of Elements grouping the data, Tablename___elementname,
- x-axis element- The element you want to display along the x axis of the table,
- y-axis element-The element displayed down the side
- order- Orders the pivotal list rows by row total, ascending/descending
- number formatting- applies php number_format function
- rounding- decimal places rounding
- decimal separator- default set to .
- thousands separator- default set to ,
- cache- Will cache list model data, if using a large data set this can be useful