Improve the visual representation of your data to make it easier to understand. You can use the forms of a pivot table to display the report differently.
WebDataRocks Pivot Table offers three standard layouts – classic, compact and flat forms.
grid.type
property of the Options Object:report: {It is also possible to set the
options: {
grid: {
type: "classic"
}
}
}
grid.type
option for all reports.The compact form is enabled by default. This layout helps keep your data in a neat and concise style.
Features:
The classic form suits perfectly those who would like to have an Excel-like user experience.
Features:
The flat form displays the data in a non-aggregated view which reflects its original raw structure. It’s the simplest form among the others.
Features: