Working With Pivottable"

From Documentation
m
 
Line 4: Line 4:
  
  
To use ZK Pivottable, you need two simple steps:
+
To use ZK Pivottable, you need 2 simple steps:
# Prepare a PivotModel
+
# Construct a PivotModel with your data and determine row / column / data fields
# Create a Pivottable component
+
# Assign the model to a Pivottable component
  
 
Each of them is covered in the following subsections.
 
Each of them is covered in the following subsections.

Latest revision as of 10:17, 17 July 2017

Working With Pivottable



This chapter talks about how to use ZK Pivottable in a ZK application.


To use ZK Pivottable, you need 2 simple steps:

  1. Construct a PivotModel with your data and determine row / column / data fields
  2. Assign the model to a Pivottable component

Each of them is covered in the following subsections.




Last Update : 2017/07/17

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.